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.
ApolloCodegenOptions.CodeGenerationEngine
ENUM
ApolloCodegenOptions.CodeGenerationEngine
Swift
1public enum CodeGenerationEngine: EquatableEnum to select which code generation you wish to use
Cases
typescript
Swift
1case typescriptThe default, tried and true code generation engine
Properties
default
Swift
1public static var `default`: CodeGenerationEngineThe current default for the code generation engine.