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.AccessModifier
ENUM
ApolloCodegenOptions.AccessModifier
Swift
1public enum AccessModifierThe possible access modifiers for code generated by this tool.
Cases
public
Swift
1case `public`internal
Swift
1case `internal`none
Swift
1case `none`Properties
prefixValue
Swift
1public var prefixValue: StringThe prefix which should be used for classes, enums, and structs generated by this tool.