0.5.22 breaks refetchQueries, reducer, updateQueries #1129
Closed
Description
I have a pretty basic setup where I am on an 'overview' page, I click a 'create' button which navigates to another page where I can then fill out a form, submit it, and return to the overview page where the submitted item should be reflected.
The submission is a mutation and was using refetchQueries to reload the query loading the overview page. This has recently stopped working.
Checking various versions, it last worked in 0.5.21 and broke in 0.5.22, which seems to have involved changing related functionality.
Basically anywhere in my app using refetchQueries now does nothing and results in stale state.
Is anyone else seeing similar issues?