Any work (or even just thinking) been done on subs...
# graphql-kotlin
j
Any work (or even just thinking) been done on subscription protocol migration from https://github.com/apollographql/subscriptions-transport-ws to https://github.com/enisdenjo/graphql-ws ?
d
afaik it is not anywhere on our roadmap i'd recommend to open up an issue on the repo to track it
s
With the latest changes in 4.0.0-alpha.11 you can implement your own server on top of some standard interfaces so if you wanted to expose
/graphql
over WS instead of standard http you can create your own
graphql-kotlin-*-server
implementation