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

GetIntrospectionSchemaRequest

import type { GetIntrospectionSchemaRequest } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
interface GetIntrospectionSchemaRequest {
apiId: string;
format: OutputType;
includeDirectives?: boolean | null;
}

§Properties

§
apiId: string
[src]

The API ID.

§

The schema format: SDL or JSON.

§
includeDirectives?: boolean | null
[src]

A flag that specifies whether the schema introspection should contain directives.