mutation doesnt rollback query state on failure
In the first screenshot, you can see that the backend still holds the unmodified value. In the second screenshot, however, the remoteQuerySet already reflects the updated value, even though the mutation hasn’t been executed yet.
Mutation would throw an exception on the backend and values are not rollbacked.
I did not find the reason why remoteQuerySet is set to localstore values before mutation is even executed.


