__EnumValue

type __EnumValue {

  name: String!

  description: String

  isDeprecated: Boolean!

  deprecationReason: String
}

Required by

__Type
null