coerceToInputObject method

  1. @override
GraphQLType<Value, String> coerceToInputObject()
override

Turns this type into one suitable for being provided as an input to a GraphQLObjectField.

Implementation

@override
GraphQLType<Value, String> coerceToInputObject() => this;