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