Type Alias: DirectiveMapper
DirectiveMapper = (
directive,schema) =>GraphQLDirective|null|undefined
Defined in: packages/utils/src/Interfaces.ts:498
Parameters
directive
GraphQLDirective
schema
GraphQLSchema
Returns
GraphQLDirective | null | undefined