Skip to main content
Latest
function NoUnusedVariablesRule
import { NoUnusedVariablesRule } from "https://deno.land/x/graphql_deno@v15.0.0/mod.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.