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

Properties

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