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.
GraphQLType
ENUM
GraphQLType
Swift
1public indirect enum GraphQLType: EquatableA GraphQL type.
Cases
named(_:)
Swift
1case named(GraphQLNamedType)nonNull(_:)
Swift
1case nonNull(GraphQLType)list(_:)
Swift
1case list(GraphQLType)Properties
typeReference
Swift
1public var typeReference: String