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.
GraphQLOutputType
ENUM
GraphQLOutputType
Swift
1public indirect enum GraphQLOutputTypeCases
scalar(_:)
Swift
1case scalar(JSONDecodable.Type)object(_:)
Swift
1case object([GraphQLSelection])nonNull(_:)
Swift
1case nonNull(GraphQLOutputType)list(_:)
Swift
1case list(GraphQLOutputType)