#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Resolver
Implementations
The resolver type name.
The resolver field name.
The resolver field name.
The resolver data source name.
The resolver data source name.
The resolver Amazon Resource Name (ARN).
The resolver Amazon Resource Name (ARN).
The request mapping template.
The request mapping template.
The response mapping template.
The response mapping template.
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 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 PipelineConfig
.
The PipelineConfig
.
The SyncConfig
for a resolver attached to a versioned data source.
The SyncConfig
for a resolver attached to a versioned data source.
The caching configuration for the resolver.
The caching configuration for the resolver.
The maximum batching size for a resolver.
The maximum batching size for a resolver.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more