The graphql-ws
subprotocol (aka the graphql-transport-ws package) has been deprecated
#2072
Unanswered
DoctorJohn
asked this question in
General
Replies: 1 comment
-
Shall we wait until this changes quite a bit? I'd love to remove code, but I also want to allow people to update to latest versions of strawberry, if we remove the support for it then it will be harder. I guess we can mark the old protocol as deprecated for now? Another option might be to move the old protocol stuff to a new package, but I don't know if that's easy to do |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The
graphql-ws
protocol has been deprecated in March and the corresponding graphql-transport-ws repository has been archived by its maintainers. They recommend using thegraphql-transport-ws
subprotocol which lives in the graphql-ws repository and is actively maintained.The question is (for how long) do we want to keep supporting that protocol?
Some random thoughts:
Beta Was this translation helpful? Give feedback.
All reactions