coerceToInputObject method

  1. @override
GraphQLType<T, T> coerceToInputObject()
override

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

Implementation

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