Eventjet GraphQL API documentation

__EnumValue

Object

One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.

Fields

FieldDescriptionType
nameString!
descriptionString
isDeprecatedBoolean!
deprecationReasonString

Used By (1)

__EnumValue is referenced by the following fields, arguments, and input fields:

TypeField
__TypeenumValues