File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ export import WebSocketParams = WebSocketLink.Configuration;
3333
3434/**
3535 * @deprecated `WebSocketLink` uses the deprecated and unmaintained
36- * `subscriptions-transport-ws` library. We recommend switching to
37- * `GraphQLWsLink`, which uses the [`graphql-ws` library](https://the-guild.dev/graphql/ws) to provide
38- * support for sending GraphQL operations through WebSocket connections.
39- * `WebSocketLink` will be removed in a future major version of Apollo Client .
36+ * `subscriptions-transport-ws` library. This link is no longer maintained and
37+ * will be removed in a future major version of Apollo Client. We recommend
38+ * switching to `GraphQLWsLink`, which uses the [`graphql-ws` library](https://the-guild.dev/graphql/ws) to
39+ * send GraphQL operations through WebSocket connections .
4040 */
4141export class WebSocketLink extends ApolloLink {
4242 private subscriptionClient : SubscriptionClient ;
You can’t perform that action at this time.
0 commit comments