Is there any ways to use graphql-ws in apollo-v2 #6564
Unanswered
itezjaehyeon
asked this question in
Q&A
Replies: 1 comment
-
https://www.apollographql.com/docs/apollo-server/data/subscriptions/ shows how to use Using it with Apollo Server v2 isn't that different (you do have to disable AS2's own subscription support first) but we recommend you upgrade to AS3 first; the migration guide shows how to keep subscriptions-transport-ws working with AS3 and then you can switch your protocol later. |
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.
-
I use
apollo-server-express
:^2.25.3
but i hear that
subscriptions-transport-ws
will deprecateso i want to switch it to graphql-ws but i dont know how to do this
please help...!!
Beta Was this translation helpful? Give feedback.
All reactions