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.
EnumType
PROTOCOL
EnumType
Swift
1public protocol EnumType:
2 RawRepresentable,
3 CaseIterable,
4 JSONEncodable,
5 GraphQLOperationVariableValue
6where RawValue == StringA protocol that a generated enum from a GraphQL schema conforms to.
This allows it to be wrapped in a GraphQLEnum and be used as an input value for operations.