Skip to main content
Module

x/graphql_tools/deps.ts>EnumTypeDefinitionNode

[DEPRECATED] 🦕 Useful tools to create and manipulate GraphQL schemas. Deno port of `graphql-tools` library
Latest
interface EnumTypeDefinitionNode
import { type EnumTypeDefinitionNode } from "https://deno.land/x/graphql_tools@0.0.4-deprecated/deps.ts";

Properties

readonly
kind: "EnumTypeDefinition"
readonly
optional
loc: Location
readonly
optional
description: StringValueNode
readonly
name: NameNode
readonly
optional
directives: ReadonlyArray<DirectiveNode>
readonly
optional
values: ReadonlyArray<EnumValueDefinitionNode>