Skip to main content
interface SelectionSetNode
import { type SelectionSetNode } from "https://deno.land/x/kilatgraphql@16.6.0/mod.ts";

Properties

kind: Kind.SELECTION_SET
optional
loc: Location
selections: ReadonlyArray<SelectionNode>