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

DefinitionDocument

import type { DefinitionDocument } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";

A document that defines an entity.

interface DefinitionDocument {
text: string;
}

§Properties

§

The language used to define the entity. GRAPHQL is the only valid value.

§
text: string
[src]

The GraphQL text that defines the entity.