You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

GraphQLOptional


ENUM

GraphQLOptional

Swift
1public enum GraphQLOptional<T>

Cases

notPresent

Swift
1case notPresent

nullValue

Swift
1case nullValue

value(_:)

Swift
1case value(T)
Feedback

Edit on GitHub

Forums