EnumType


PROTOCOL

EnumType

Swift
1public protocol EnumType:
2  RawRepresentable,
3  CaseIterable,
4  JSONEncodable,
5  GraphQLOperationVariableValue
6where RawValue == String

A 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.

Feedback

Edit on GitHub

Forums