import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/deps.ts";
const { KnownTypeNamesRule } = GraphQL;
Known type names
A GraphQL document is only valid if referenced types (specifically variable definitions and fragment conditions) are defined by the type schema.
Parameters
context: ValidationContext | SDLValidationContext