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

IntrospectionInputObjectType

interface IntrospectionInputObjectType {
readonly description?: Maybe<string>;
readonly inputFields: ReadonlyArray<IntrospectionInputValue>;
readonly kind: "INPUT_OBJECT";
readonly name: string;
}

§Properties

§
readonly description?: Maybe<string>
[src]
§
readonly inputFields: ReadonlyArray<IntrospectionInputValue>
[src]
§
readonly kind: "INPUT_OBJECT"
[src]
§
readonly name: string
[src]