Type Alias: AbstractTypeMapper
AbstractTypeMapper = (
type,schema) =>GraphQLInterfaceType|GraphQLUnionType|null|undefined
Defined in: packages/utils/src/Interfaces.ts:481
Parameters
type
GraphQLInterfaceType | GraphQLUnionType
schema
GraphQLSchema
Returns
GraphQLInterfaceType | GraphQLUnionType | null | undefined