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