graphql

finchharold 2021-05-06T01:36:48.018400Z

okay, thank you @gklijs @hlship

finchharold 2021-05-06T03:34:29.018800Z

If we have it (source-stream (sum a b)) then we should run the subscription as {subscription (a:1, b:2) {ask anything to return}}

gklijs 2021-05-06T05:45:52.019Z

Yes, something like that. But it's an subscription, so you need something in place that when whatever happens that should result in a new message, you call the source-stream function again.

finchharold 2021-05-06T05:47:57.019200Z

okay, thanks @gklijs