ApolloCodegenConfiguration.Composition
ENUM
ApolloCodegenConfiguration.Composition
Swift
1public enum Composition: String, Codable, EquatableComposition is used as a substitute for a boolean where context is better placed in the value
instead of the parameter name, e.g.: includeDeprecatedEnumCases = true vs.
deprecatedEnumCases = .include.
Cases
include
Swift
1case includeexclude
Swift
1case exclude