Skip to main content
Module

x/graphql_deno/mod.ts>SelectionSetNode

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

Properties

kind: "SelectionSet"
optional
loc: Location
selections: ReadonlyArray<SelectionNode>