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

Properties

readonly
kind: Kind.LIST
readonly
optional
loc: Location
readonly
values: ReadonlyArray<ConstValueNode>