Enum
Enums are special scalars that can only have a defined set of values.
Fields
kindmust return__TypeKind.ENUM.namemust return a String.descriptionmay return a String or null .enumValues: The list ofEnumValue. There must be at least one and they must have unique names.- Accepts the argument
includeDeprecatedwhich defaults to false . If true , deprecated enum values are also returned.
- Accepts the argument
- All other fields must return null .