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

IntrospectionSchema

interface IntrospectionSchema {
readonly description?: Maybe<string>;
readonly directives: ReadonlyArray<IntrospectionDirective>;
readonly mutationType: Maybe<IntrospectionNamedTypeRef<IntrospectionObjectType>>;
readonly subscriptionType: Maybe<IntrospectionNamedTypeRef<IntrospectionObjectType>>;
readonly types: ReadonlyArray<IntrospectionType>;
}

§Properties

§
readonly description?: Maybe<string>
[src]
§
readonly directives: ReadonlyArray<IntrospectionDirective>
[src]
§
readonly types: ReadonlyArray<IntrospectionType>
[src]