Resolver
import type { Resolver } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";interface Resolver {
cachingConfig?: CachingConfig | null;
dataSourceName?: string | null;
fieldName?: string | null;
kind?: ResolverKind | null;
pipelineConfig?: PipelineConfig | null;
requestMappingTemplate?: string | null;
resolverArn?: string | null;
responseMappingTemplate?: string | null;
syncConfig?: SyncConfig | null;
typeName?: string | null;
}§Properties
§
cachingConfig?: CachingConfig | null
[src]§
kind?: ResolverKind | null
[src]§
pipelineConfig?: PipelineConfig | null
[src]§
syncConfig?: SyncConfig | null
[src]