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