interface IntrospectionEnumType
import { type IntrospectionEnumType } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/getIntrospectionQuery.d.ts";

Properties

readonly
kind: "ENUM"
readonly
name: string
readonly
optional
description: Maybe<string>
readonly
enumValues: ReadonlyArray<IntrospectionEnumValue>