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

Properties

readonly
kind: "ListValue"
readonly
optional
loc: Location
readonly
values: ReadonlyArray<ValueNode>