ApolloCodegenConfiguration.QueryStringLiteralFormat
ENUM
ApolloCodegenConfiguration.QueryStringLiteralFormat
Swift
1public enum QueryStringLiteralFormat: String, Codable, EquatableSpecify the formatting of the GraphQL query string literal.
Cases
singleLine
Swift
1case singleLineThe query string will be copied into the operation object with all line break formatting removed.
multiline
Swift
1case multilineThe query string will be copied with original formatting into the operation object.