I'm going to introduce a few breaking changes in the next release of react-apollo-hooks: - [x] `useMutation` returns tuple with result data (#135, based on #93) - [ ] use `setOptions` for updating query (#134) - [ ] fix behavior of `getMarkupFromTree` (#65) Please note that the first one has the most significant impact. The other ones are breaking only in some subtle scenarios.
I'm going to introduce a few breaking changes in the next release of react-apollo-hooks:
useMutationreturns tuple with result data ([alternative] feat(useMutation): returns tuple with result data #135, based on BREAKING CHANGE: useMutation returns tuple with result #93)setOptionsfor updating query ([wip] fix(useQuery): usesetOptionsfor updating query #134)getMarkupFromTree(handling server side graphql errors without suspense #65)Please note that the first one has the most significant impact. The other ones are breaking only in some subtle scenarios.