Skip to main content
Module

x/graphql_deno/mod.ts>StringValueNode

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

Properties

readonly
kind: "StringValue"
readonly
optional
loc: Location
readonly
value: string
readonly
optional
block: boolean