Skip to main content
Latest
import * as graphqlDeno from "https://deno.land/x/graphql_deno@v15.0.0/lib/validation/validate.d.ts";

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.