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.
GraphQLOptional
ENUM
GraphQLOptional
Swift
1public enum GraphQLOptional<T>Cases
notPresent
Swift
1case notPresentnullValue
Swift
1case nullValuevalue(_:)
Swift
1case value(T)