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.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