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

Functions

This takes the ast of a schema document produced by the parse function in src/language/parser.js.

A helper function to build a GraphQLSchema directly from a source document.