coerceToInputObject abstract method

GraphQLType<Value, Serialized> coerceToInputObject()

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

Implementation

GraphQLType<Value, Serialized> coerceToInputObject();