AbstractTypeMapper
The AbstractTypeMapper type alias exported by @graphql-tools/utils.
AbstractTypeMapper = (
type,schema) =>GraphQLInterfaceType|GraphQLUnionType|null|undefined
Defined in: packages/utils/src/Interfaces.ts:513
Parameters
type
GraphQLInterfaceType | GraphQLUnionType
schema
GraphQLSchema
Returns
GraphQLInterfaceType | GraphQLUnionType | null | undefined