GraphQLInputObjectField<Value, Serialized> constructor

GraphQLInputObjectField<Value, Serialized>(
  1. String name,
  2. GraphQLType<Value, Serialized> type, {
  3. String? description,
  4. Value? defaultValue,
})

Implementation

GraphQLInputObjectField(this.name, this.type,
    {this.description, this.defaultValue});