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

Known type names

A GraphQL document is only valid if referenced types (specifically variable definitions and fragment conditions) are defined by the type schema.