Replies: 1 comment
-
Yes, I think think the Apollo Angular documentation should be updated to use the Apollo-recommended |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello :)
First thanks for your amazing work on this wonderfull library. Now that apollo server version 3 has been released, it now come by default without subscriptions (see https://www.apollographql.com/docs/apollo-server/migration/#subscriptions). They implicitly encourage to not use subscriptions-transport-ws anymore as it's unmaintened and will be reworked someday. An actively maintained alternative could be graphql-ws but it doesn't use the same protocol.
It would be fantastic if apollo-angular could use graphql-ws instead of subscriptions-transport-ws as it can be a more efficient and ready for the future apollo vision of graphql subscriptions
That doesn't mean to fully drop subscriptions-transport-ws support of course but make graphql-ws compatible along it
Beta Was this translation helpful? Give feedback.
All reactions