Module

x/graphql_deno/lib/validation/validate.js

GraphQL-JS ported to Deno
Latest
import * as mod from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/validation/validate.js";

Functions

Utility function which asserts a SDL document is valid by throwing an error if it is invalid.

Utility function which asserts a SDL document is valid by throwing an error if it is invalid.

Implements the "Validation" section of the spec.