Function: ensureInputObjectType()

ensureInputObjectType(object, options): GraphQLInputObjectType

Parameters

object: GraphQLInterfaceType | GraphQLInputObjectType | GraphQLObjectType<any, any>

options: undefined | EnsureInputOptions

Returns

GraphQLInputObjectType

Defined in

packages/core/src/schema/input.ts:93