roschlau / ktor-graphql

Utility to easily add a GraphQL endpoint to a Ktor project
Apache License 2.0
18 stars 1 forks source link

Provide support for GraphQL subscriptions #1

Open roschlau opened 6 years ago

roschlau commented 6 years ago

It would be great to have support for GraphQL subscriptions. graphql-java already supports subscriptions, so it would mostly be a matter of connecting that with a ktor-supported method of publishing them. First idea would be to use a Websocket.

roschlau commented 6 years ago

Right now I don't have the time to work on this, so if anyone wants to help, feel free!