Skip to main content
Module

x/graphql_tag/deps.ts

🦕 Create a GraphQL schema AST from template literal. Deno port of `graphql-tag` library
Go to Latest
import * as graphqlTag from "https://deno.land/x/graphql_tag@0.1.1/deps.ts";

Classes

Contains a range of UTF-8 character offsets and token references that identify the region of the source from which the AST derived.

Functions

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