Module

x/graphql_deno/mod.ts>SelectionSetNode

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

Properties

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