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

Unique directive names per location

A GraphQL document is only valid if all directives at a given location are uniquely named.

Parameters

context: ASTValidationContext