EnumTypeMapper
The EnumTypeMapper type alias exported by @graphql-tools/utils.
EnumTypeMapper = (
type,schema) =>GraphQLEnumType|null|undefined
Defined in: packages/utils/src/Interfaces.ts:486
Parameters
type
GraphQLEnumType
schema
GraphQLSchema
Returns
GraphQLEnumType | null | undefined