coerceToInputObject method

  1. @override
GraphQLType<Json, Object?> coerceToInputObject()

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

Implementation

@override
GraphQLType<Json, Object?> coerceToInputObject() => this;