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

Value literals of correct type

A GraphQL document is only valid if all value literals are of the type expected at their position.