values property

List<GraphQLEnumValue<Value>> values
final

The defined set of possible values for this type.

No other values will be accepted than the ones you define.

Implementation

final List<GraphQLEnumValue<Value>> values;