-
Hi. I'm currently using pothos + graphql-yoga + fastify in my server, and it's been working great. I'm currently developing a feature that requires subscriptions. The default SSE subscriptions work out of the box, but I can't use this protocol since my client doesn't support it. I'd like to see the fastify example expanded with support for websocket subscriptions. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
saihaj
Aug 30, 2022
Replies: 1 comment 2 replies
-
Checkout our example using |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
n1ru4l
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checkout our example using
graphql-ws
https://github.com/dotansimha/graphql-yoga/blob/master/examples/graphql-ws/src/index.ts