Type Alias: InputObjectTypeMapper
InputObjectTypeMapper = (
type,schema) =>GraphQLInputObjectType|null|undefined
Defined in: packages/utils/src/Interfaces.ts:478
Parameters
type
GraphQLInputObjectType
schema
GraphQLSchema
Returns
GraphQLInputObjectType | null | undefined