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

PipelineConfig

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

The pipeline configuration for a resolver of kind PIPELINE.

interface PipelineConfig {
functions?: string[] | null;
}

§Properties

§
functions?: string[] | null
[src]

A list of Function objects.