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

Unique directive names per location

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

Parameters

context