Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IntrospectionInputValue

interface IntrospectionInputValue {
readonly defaultValue: Maybe<string>;
readonly deprecationReason?: Maybe<string>;
readonly description?: Maybe<string>;
readonly isDeprecated?: boolean;
readonly name: string;
}

§Properties

§
readonly defaultValue: Maybe<string>
[src]
§
readonly deprecationReason?: Maybe<string>
[src]
§
readonly description?: Maybe<string>
[src]
§
readonly isDeprecated?: boolean
[src]
§
readonly name: string
[src]