Skip to main content
Module

x/graphql_deno/mod.ts>DocumentNode

GraphQL-JS ported to Deno
Latest
interface DocumentNode
import { type DocumentNode } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Properties

readonly
kind: "Document"
readonly
optional
loc: Location
readonly
definitions: ReadonlyArray<DefinitionNode>