import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { KnownFragmentNamesRule } = GraphQL;
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