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

Known fragment names

A GraphQL document is only valid if all ...Fragment fragment spreads refer to fragments defined in the same document.

Parameters

context