Skip to main content
Module

x/graphql_deno/mod.ts>specifiedRules

GraphQL-JS ported to Deno
Latest
variable specifiedRules
import { specifiedRules } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

This set includes all validation rules defined by the GraphQL spec.

The order of the rules in this list has been adjusted to lead to the most clear output when encountering multiple validation errors.

type

ReadonlyArray<ValidationRule>