KGraphQL icon indicating copy to clipboard operation
KGraphQL copied to clipboard

Subscription support

Open tw opened this issue 7 years ago • 2 comments

In the wiki you mention that it's not supported yet.

Is it desired/anyone working on it? It's something I'd like - and might be able to start work on at some point.

tw avatar Oct 04 '18 12:10 tw

Hi @tw,

I don't really know what is demand for subscriptions, but I guess it would be really nice addition to KGraphQL. I'm almost sure nobody is working on it, so feel free to start!

Do you already have any ideas/intial design? I would love to hear them.

pgutkowski avatar Oct 08 '18 11:10 pgutkowski

@pgutkowski thanks for the response. I myself would like them so I could start to consider using it at work (we're currently using graphql-java, I'd like something a bit smaller, and more native).

I suppose I'd probably use a combination of coroutines/channels to handle subscriptions - especially now co-routines are non-experimental.

tw avatar Oct 08 '18 18:10 tw