Subscriptions
#1035
-
What is the recommended way of working with subscriptions? The book mentions https://github.com/obmarg/graphql-ws-client but doesn't say more. There are examples but I'm unsure if they're up-to-date and correct and they seem pretty complicated. |
Beta Was this translation helpful? Give feedback.
Answered by
obmarg
Sep 7, 2024
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Bobrokus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
graphql-ws-client
is the recommended way to work with subscriptions. Its examples are up to date and correct.