ApolloCodegenOptions.AccessModifier
ENUM
ApolloCodegenOptions.AccessModifier
Swift
1public enum AccessModifier
The 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: String
The prefix which should be used for classes, enums, and structs generated by this tool.