Enums represent a possible set of values for a field. For example, the Issue object has a field called state. The state of an issue may be OPEN or CLOSED.
Issue
state
OPEN
CLOSED
For more information, see the GraphQL spec.