On this page

CompositeTypeMapper

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

CompositeTypeMapper = (type, schema) => GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | null | undefined

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

Parameters

type

GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType

schema

GraphQLSchema

Returns

GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | null | undefined