-
Hey guys, there is an example on how to create graphql subscription here cloudflare workers but it’s unclear how to publish message inside mutation and broadcast it in the subscription resolver. For example, how to enable the subscription for this mutation so that the subscriber get notified on new ToDo? thank you |
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Jul 2, 2023
Replies: 1 comment 1 reply
-
You can see here; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pyk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can see here;
https://github.com/bubblydoo/graphql-workers-subscriptions