Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 21:07
· 835 commits to main since this release
a7b1b17

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 the cacheExchange, to apply resolvers. Specifically this may lead to relations from being set back to null when the resolver returns a different list of links than the result, since some null relations may unintentionally exist but aren't related. If you're using relayPagination then this fix is critical, by @kitten (See #1196)