import { KnownArgumentNamesRule } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/validation/rules/KnownArgumentNamesRule.d.ts";
Known argument names
A GraphQL field is only valid if all supplied arguments are defined by that field.
Parameters
context: ValidationContext