@apollo/client@4.2.11
📦 apollo-clientView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This patch release includes fixes for type signatures in documentation and adds a development warning for cache inconsistencies.
🐛 Bug Fixes
- Fixed type signature of some DocumentationTypes to improve documentation display.
- Added a development-only warning for cases where a network result is written to the cache, but reading the query back from the cache returns a partial result. This often indicates an issue with `merge` or `read` functions not properly handling missing fields in the cache, which can prevent Apollo Client from applying the cache result to the network data.