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

IntrospectionObjectType

interface IntrospectionObjectType {
readonly description?: Maybe<string>;
readonly fields: ReadonlyArray<IntrospectionField>;
readonly interfaces: ReadonlyArray<IntrospectionNamedTypeRef<IntrospectionInterfaceType>>;
readonly kind: "OBJECT";
readonly name: string;
}

§Properties

§
readonly description?: Maybe<string>
[src]
§
readonly fields: ReadonlyArray<IntrospectionField>
[src]
§
readonly kind: "OBJECT"
[src]
§
readonly name: string
[src]