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