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

ApiCachingBehavior

import type { ApiCachingBehavior } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
type ApiCachingBehavior = "FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING" | cmnP.UnexpectedEnumValue;

§Type

§
"FULL_REQUEST_CACHING" | "PER_RESOLVER_CACHING" | cmnP.UnexpectedEnumValue
[src]