Skip to main content
Module

x/graphql_tools/deps.ts>UniqueDirectivesPerLocationRule

[DEPRECATED] 🦕 Useful tools to create and manipulate GraphQL schemas. Deno port of `graphql-tools` library
Latest
function UniqueDirectivesPerLocationRule
import { UniqueDirectivesPerLocationRule } from "https://deno.land/x/graphql_tools@0.0.4-deprecated/deps.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