Skip to main content
Module

x/graphql_tools/deps.ts>UniqueVariableNamesRule

[DEPRECATED] 🦕 Useful tools to create and manipulate GraphQL schemas. Deno port of `graphql-tools` library
Latest
function UniqueVariableNamesRule
import { UniqueVariableNamesRule } from "https://deno.land/x/graphql_tools@0.0.4-deprecated/deps.ts";

Unique variable names

A GraphQL operation is only valid if all its variables are uniquely named.

Parameters

context: ASTValidationContext