@apollo/client@4.1.3
📦 apollo-clientView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch introduces support for cancellation via `AbortController` in subscriptions created by `createFetchMultipartSubscription`.
🐛 Bug Fixes
- Fixed an issue where calling `dispose()` or `unsubscribe()` on a subscription created by `createFetchMultipartSubscription` did not cancel the underlying fetch request.