import { KnownFragmentNamesRule } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts";
Known fragment names
A GraphQL document is only valid if all ...Fragment
fragment spreads refer
to fragments defined in the same document.
Parameters
context: ValidationContext