Latest
function KnownArgumentNamesRule
import { KnownArgumentNamesRule } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.js";

Known argument names

A GraphQL field is only valid if all supplied arguments are defined by that field.

Parameters

context