Skip to Content
GraphQL Tools
DocumentationAPI@graphql-tools/utilssrctype-aliasesEnumTypeMapper

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