API reference · generated from source
Interface: IOptimisticUpdateContext<TResult>#
Defined in: retree-query/src/types.ts:62
Minimal mutation context consumed by QueryNode.optimisticUpdate.
Remarks#
Backends attach richer contexts (for example Convex mutation args); the generic optimistic machinery only needs the outcome promise.
Type Parameters#
| Type Parameter | Default type |
|---|---|
TResult | unknown |