v3.12.7
📦 apollo-clientView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
Patch release adds a `protocolErrors` property to surface fatal transport‑level errors in multipart subscriptions and fixes the `errors` field type on `ApolloPayloadResult`.
✨ New Features
- Expose fatal transport-level errors from multipart subscriptions to the error link via the `protocolErrors` property.
🐛 Bug Fixes
- Correct the `errors` field type on `ApolloPayloadResult` to always be an array of GraphQL error objects, matching the multipart subscriptions protocol.
🔧 Affected Symbols
ApolloPayloadResultprotocolErrors