On this page

ObjectTypeMapper

The ObjectTypeMapper type alias exported by @graphql-tools/utils.

ObjectTypeMapper = (type, schema) => GraphQLObjectType | null | undefined

Defined in: packages/utils/src/Interfaces.ts:503

Parameters

type

GraphQLObjectType

schema

GraphQLSchema

Returns

GraphQLObjectType | null | undefined