GraphQLOptional
ENUM
GraphQLOptional
Swift
1public enum GraphQLOptional<T>
Cases
notPresent
Swift
1case notPresent
nullValue
Swift
1case nullValue
value(_:)
Swift
1case value(T)
You are viewing documentation for a previous version of this software.
Switch to the latest stable version.ENUM
GraphQLOptional
1public enum GraphQLOptional<T>
notPresent
1case notPresent
nullValue
1case nullValue
value(_:)
1case value(T)