MutationOptions
MutationOptions providing settings related to the internal behavior of an Mutation.
Inheritors
Properties
Determines whether two errors are equal.
Requires revision match as a precondition for executing mutate.
Duration to remain state as an active.
This callback function will be called if some mutation encounters an error.
The number of times to retry the operation.
The initial interval for retrying the operation.
The maximum interval for retrying the operation.
The multiplier for the next interval.
The randomization factor for the next interval.
The random number generator for the next interval.
Whether the query side effect should be synchronous. If true, side effect will be executed synchronously.
Specifies whether to retry the operation.
Determines whether to suppress error information when relaying it using soil.query.core.ErrorRelay.
Functions
Copies the current MutationOptions with the specified settings.
Generates an RetryFn for Exponential Backoff Strategy.