@apollo/client@4.2.4
📦 apollo-clientView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes a bug where the `optimistic` option was ignored by `client.readFragment` and `client.readQuery`.
🐛 Bug Fixes
- Fixed an issue where `client.readFragment` and `client.readQuery` ignored the `optimistic` option when passed in the options object.