Skip to main content
Module

x/graphql_deno/mod.ts>GraphQLEnumValue

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

Properties

name: string
description: Maybe<string>
value: any
isDeprecated: boolean
deprecationReason: Maybe<string>
extensions: Maybe<Readonly<Record<string, any>>>
optional
astNode: Maybe<EnumValueDefinitionNode>