Fork me on GitHub
#graphql
<
2023-04-01
>
orestis10:04:45

We haven't tried subscriptions yet. The entire machinery seems a bit complicated (not Lacinia's fault, I'm sure, it's just the spec). We are looking into adding the first "server-push" thing in our app, probably it'd be based on SSE though, not websockets.

Zed21:04:25

I've got some subscriptions but they don't ever pass wrapped values to the source-stream-callback function