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

Properties

readonly
name: string
readonly
optional
description: Maybe<string>
readonly
isDeprecated: boolean
readonly
optional
deprecationReason: Maybe<string>