Skip to main content
Module

x/graphql_deno/lib/type/validate.d.ts

GraphQL-JS ported to Deno
Latest
import * as graphqlDeno from "https://deno.land/x/graphql_deno@v15.0.0/lib/type/validate.d.ts";

Functions

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

Implements the "Type Validation" sub-sections of the specification's "Type System" section.