Class GraphQLEnumValueDefinition

java.lang.Object
graphql.schema.GraphQLEnumValueDefinition
All Implemented Interfaces:
GraphQLDirectiveContainer, GraphQLNamedSchemaElement, GraphQLSchemaElement

@PublicApi public class GraphQLEnumValueDefinition extends Object implements GraphQLNamedSchemaElement, GraphQLDirectiveContainer
A graphql enumeration type has a limited set of values and this defines one of those unique values

See http://graphql.org/learn/schema/#enumeration-types for more details

See Also: