ApolloCodegenConfiguration.QueryStringLiteralFormat


ENUM

ApolloCodegenConfiguration.QueryStringLiteralFormat

Swift
1public enum QueryStringLiteralFormat: String, Codable, Equatable

Specify the formatting of the GraphQL query string literal.

Cases

singleLine

Swift
1case singleLine

The query string will be copied into the operation object with all line break formatting removed.

multiline

Swift
1case multiline

The query string will be copied with original formatting into the operation object.

Feedback

Edit on GitHub

Forums