Enum

Enums are special scalars that can only have a defined set of values.

Fields

  • kind must return __TypeKind.ENUM .
  • name must return a String.
  • description may return a String or null .
  • enumValues : The list of EnumValue . There must be at least one and they must have unique names.
    • Accepts the argument includeDeprecated which defaults to false . If true , deprecated enum values are also returned.
  • All other fields must return null .

results matching ""

    No results matching ""