Skip to main content
Module

x/graphql_tools/deps.ts>NoUnusedVariablesRule

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

No unused variables

A GraphQL operation is only valid if all variables defined by an operation are used, either directly or within a spread fragment.