MutateMode: {
    optimistic?: boolean;
    undoable?: boolean;
}

Defines the mode for mutation operations.

Type declaration

  • Optionaloptimistic?: boolean

    Indicates whether the operation should use optimistic updates.

  • Optionalundoable?: boolean

    Indicates whether the operation should be undoable.