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

Type

import type { Type } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";

Describes a type.

interface Type {
arn?: string | null;
definition?: string | null;
description?: string | null;
format?: TypeDefinitionFormat | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

The type Amazon Resource Name (ARN).

§
definition?: string | null
[src]

The type definition.

§
description?: string | null
[src]

The type description.

§

The type format: SDL or JSON.

§
name?: string | null
[src]

The type name.