EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
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.