@apollo/client@4.3.0-alpha.6
📦 apollo-clientView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
Field policy read and merge functions are now ignored when the scalar option is configured, with a development-only warning emitted if both are present. A bug fix ensures dataState reports "streaming" correctly for missing @defer fields.
🐛 Bug Fixes
- Fix `dataState` to report "streaming" instead of "partial" when `returnPartialData` is `true` and the cache result is missing only `@defer` fields.