kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 309 forks source link

Cannot use subscriptions with the newest version of apollo-angular #1813

Closed j-fudali closed 1 year ago

j-fudali commented 2 years ago

As it is said in the title, I cannot use subscriptions with the newest version of apollo-angular. I saw a subscriptions-transport-ws is not used anymore. What to do with that? Thanks for reply.

KeithGillette commented 2 years ago

I believe this is a duplicate of #1801. The solution is to use graphql-ws instead of subscriptions-transport-ws.

PowerKiKi commented 1 year ago

Duplicate of #1801