Skip to main content
Latest
interface IntrospectionInputValue
import { type IntrospectionInputValue } from "https://deno.land/x/kilatgraphql@16.6.0-1/mod.ts";

Properties

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