Skip to main content
Module

x/graphql_tools/deps.ts>IntrospectionField

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

Properties

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