Patch Changes
- ⚠️ Fix reusing original query data from APIs accidentally, which can lead to subtle mismatches in results when the API's incoming
query
results are being updated by thecacheExchange
, to apply resolvers. Specifically this may lead to relations from being set back tonull
when the resolver returns a different list of links than the result, since somenull
relations may unintentionally exist but aren't related. If you're usingrelayPagination
then this fix is critical, by @kitten (See #1196)