Skip to Content
GraphQL Tools
DocumentationAPI@graphql-tools/utilssrctype-aliasesAbstractTypeMapper

Type Alias: AbstractTypeMapper

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

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

Parameters

type

GraphQLInterfaceType | GraphQLUnionType

schema

GraphQLSchema

Returns

GraphQLInterfaceType | GraphQLUnionType | null | undefined