Drop the deprecated dependency graphql-transport-ws
in favor of graphql-ws
#1476
Labels
dependencies
Pull requests that update a dependency file
dev-experience
Developer Experience
difficulty: high
maintainance
package:core
Affects the core package
size: M
Tasks where you have to change some files.
Milestone
Maintainance task - Potential breaking change!
Description
This issue aims to migrate from
subscriptions-transport-ws
tographql-ws
because the former is no longer maintained. This transition is crucial to ensure the ongoing reliability and performance of our GraphQL subscriptions. It involves adapting to the new subprotocolgraphql-transport-ws
, handling subscription closures, and thoroughly testing the new implementation withgraphql-ws
.Additional information
Refer to the Apollo GraphQL Docs for more insights on utilizing
graphql-ws
for subscriptions and the subprotocol differences. This will introduce a breaking change, so it must be included in a major version bump.The text was updated successfully, but these errors were encountered: