Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support partial mutation responses (#954)
In case e.g. a mutation was made which looked like this myMutation { mutationA { ... } mutationB { ... } mutationC { ... } } and mutation A and B succeeded while mutation C failed, the response only included the error of C and the successful mutation data response of A and B was missing
- Loading branch information