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

IntrospectionField

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

§Properties

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