OptionalofflineOverride offline queue middleware options for this call.
Pass { skip: true } to bypass the queue for this mutation.
OptionaloptimisticOverride optimistic update middleware options for this call.
Pass { skip: true } to skip tagging for this mutation.
OptionalretryOverride retry middleware options for this call only.
Pass { limit: 0 } to disable retries entirely.
OptionaltimeoutOverride the timeout (in milliseconds) for this call only.
Per-call overrides that can be passed alongside endpoint arguments to override middleware defaults for a single request.