method GraphqlSchemaLike.getDirective
GraphqlSchemaLike.getDirective(name: string): GraphqlDirectiveLike | null | undefined

Parameters

name: string

Return Type

GraphqlDirectiveLike | null | undefined

Usage

import { type GraphqlSchemaLike } from "graphql-plugin/src/index.ts";