Skip to main content
import * as shark from "https://deno.land/x/shark@1.0.0/deps.ts";

Functions

Build a GraphQLSchema for use by client tools.

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

Produce the GraphQL query recommended for a full schema introspection. Accepts optional IntrospectionOptions.

Create a new GraphQL HTTP middleware with schema, context etc

Given a GraphQL source, parses it into a Document. Throws GraphQLError if a syntax error is encountered.

Converts an AST into a string, using one set of reasonable formatting rules.