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