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