Skip to main content
Latest
interface SelectionSetNode
import { type SelectionSetNode } from "https://deno.land/x/graphql_deno@v15.0.0/lib/language/index.d.ts";

Properties

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