graphql

orestis 2023-04-01T10:17:45.967819Z

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.

2023-04-01T21:55:25.102199Z

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