Skip to main content
Module

x/graphql_deno/mod.ts>EnumValueNode

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

Properties

readonly
kind: "EnumValue"
readonly
optional
loc: Location
readonly
value: string