Interface: MutationOptions | Convex Developer Hub

browser.MutationOptions

Options for mutation.

Properties

optimisticUpdate

Optional optimisticUpdate: OptimisticUpdate<any>

An optimistic update to apply along with this mutation.

An optimistic update locally updates queries while a mutation is pending. Once the mutation completes, the update will be rolled back.

Defined in

browser/sync/client.ts:210