You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Either complete all of the below operations or rollback them allmyService.batch(myService.saveDataObjects([objectToCreateA,objectToUpdateB,objectToUpdateC]),myService.deleteDataObjects([objectToDeleteD,objectToDeleteE,objectToDeleteF]))
The above snippets are meant to illustrate the use cases and are not meant to be interpreted as final method recommendations. Please suggest changes or alternatives freely below.
The text was updated successfully, but these errors were encountered:
This would accomplish 2 goals:
Promise.all()
wouldn't be needed by the caller)Phase 1
Batch actions of the same type
Phase 2
Batch actions of any type
The above snippets are meant to illustrate the use cases and are not meant to be interpreted as final method recommendations. Please suggest changes or alternatives freely below.
The text was updated successfully, but these errors were encountered: