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
I am making a mutation
const WORKPLACES_PROJECTS_TASKS = "workplaces/projects/tasks";
but when error i want to rollback to
const WORKPLACES = "workplaces";
this end point how can i do this ?
Maybe it will be good there is a parameter rollbackOnError endpoint
The text was updated successfully, but these errors were encountered:
I am making a mutation
const WORKPLACES_PROJECTS_TASKS = "workplaces/projects/tasks";
but when error i want to rollback to
const WORKPLACES = "workplaces";
this end point how can i do this ?
Maybe it will be good there is a parameter rollbackOnError endpoint
The text was updated successfully, but these errors were encountered: