Joe
07/16/2019, 3:27 PMDariusz Kuc
07/16/2019, 3:33 PMgraphql-kotlin
-> https://github.com/ExpediaDotCom/graphql-kotlin/blob/master/graphql-kotlin-spring-example/src/main/kotlin/com/expedia/graphql/sample/SubscriptionHandler.ktDariusz Kuc
07/16/2019, 3:34 PMShane Myrick
07/16/2019, 4:23 PMgraphql-java-servlet
https://github.com/graphql-java-kickstart/graphql-java-servlet/blob/b8c567abfdab7bd8ac2b36839be9c0382928539d/src/main/java/graphql/servlet/internal/ApolloSubscriptionProtocolHandler.java#L31
Here is some more details on how I found this out: https://github.com/ExpediaDotCom/graphql-kotlin/issues/155Joe
07/16/2019, 4:25 PMShane Myrick
10/02/2019, 4:37 PMgraphql-kotlin
1.0.0 we have support now for subscriptions and the graphql-ws
subprotocol
https://github.com/ExpediaGroup/graphql-kotlinJoe
10/02/2019, 4:48 PMShane Myrick
10/02/2019, 5:13 PM