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