EnumValue
Represents an enum value with name and description
type EnumValue {
description: String
name: String!
}
Fields
EnumValue.description
● String
scalar
Human-readable description of the enum value
EnumValue.name
● String!
non-null scalar
The GraphQL enum name