Skip to main content
Latest
function KnownDirectivesRule
import { KnownDirectivesRule } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Known directives

A GraphQL document is only valid if all @directives are known by the schema and legally positioned.

Parameters

context: ValidationContext | SDLValidationContext