Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method SchemaDirectiveVisitor.visitSchemaDirectives
import { SchemaDirectiveVisitor } from "https://deno.land/x/bq-oak-graphql@v2.0/graphql-tools/utils/SchemaDirectiveVisitor.ts";

Parameters

schema: any
directiveVisitors: Record<string, SchemaDirectiveVisitorClass>
optional
context: Record<string, any> = [UNSUPPORTED]

Returns

Record<string, Array<SchemaDirectiveVisitor>>