The __EnumValue Type
The__EnumValue
type represents one of possible values of an enum.
Fields
name
must return a Stringdescription
may return a String or nullisDeprecated
returns true if this field should no longer be used, otherwise false .deprecationReason
optionally provides a reason why this field is deprecated.