-
Hey guys, there is an example on how to create graphql subscription here cloudflare workers graphql-yoga/examples/cloudflare-advanced/src/index.ts Lines 77 to 86 in e238bf6 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? graphql-yoga/examples/cloudflare-advanced/src/index.ts Lines 54 to 59 in e238bf6 thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can see here; |
Beta Was this translation helpful? Give feedback.
You can see here;
https://github.com/bubblydoo/graphql-workers-subscriptions