When you are already doing a mutation, there is no way to commit another mutation . A mutation is a synchronous call which changes the state. Within one mutation, you will not be able to commit another mutation.
When you are already doing a mutation, there is no way to commit another mutation . A mutation is a synchronous call which changes the state. Within one mutation, you will not be able to commit another mutation.