On this page

UnionTypeMapper

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

UnionTypeMapper = (type, schema) => GraphQLUnionType | null | undefined

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

Parameters

type

GraphQLUnionType

schema

GraphQLSchema

Returns

GraphQLUnionType | null | undefined