Skip to main content
Module

x/graphql_deno/lib/validation/validate.js

GraphQL-JS ported to Deno
Latest
import * as graphqlDeno from "https://deno.land/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.