Skip to main content
Module

x/graphql_tag/deps.ts>DocumentNode

🦕 Create a GraphQL schema AST from template literal. Deno port of `graphql-tag` library
Latest
interface DocumentNode
import { type DocumentNode } from "https://deno.land/x/graphql_tag@0.1.2/deps.ts";

Document

Properties

readonly
kind: Kind.DOCUMENT
readonly
optional
loc: Location
readonly
definitions: ReadonlyArray<DefinitionNode>