GraphQLEnumType<Value> constructor

GraphQLEnumType<Value>(
  1. String name,
  2. List<GraphQLEnumValue<Value>> values, {
  3. String? description,
})

Implementation

GraphQLEnumType(this.name, this.values, {this.description});