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.
Field.OutputType
ENUM
Field.OutputType
Swift
1public indirect enum OutputTypeCases
scalar(_:)
Swift
1case scalar(Any.Type)object(_:)
Swift
1case object([Selection])nonNull(_:)
Swift
1case nonNull(OutputType)list(_:)
Swift
1case list(OutputType)