The caching configuration for the resolver.
The resolver data source name.
The resolver field name.
The resolver type.
UNIT: A UNIT resolver type. A UNIT resolver is the default resolver type. You can use a UNIT resolver to run a GraphQL query against a single data source.
PIPELINE: A PIPELINE resolver type. You can
use a PIPELINE resolver to invoke a series of Function
objects in a
serial manner. You can use a pipeline resolver to run a GraphQL query against
multiple data sources.
The maximum batching size for a resolver.
The PipelineConfig
.
The request mapping template.
The resolver Amazon Resource Name (ARN).
The response mapping template.
The SyncConfig
for a resolver attached to a versioned data source.
The resolver type name.
Describes a resolver.