Skip to main content
Latest
function KnownFragmentNamesRule
import { KnownFragmentNamesRule } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Known fragment names

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