I found few messages about graphql in ktor in this...
# ktor
a
I found few messages about graphql in ktor in this channel so here it goes… I have created an example using ktor for graphql-kotlin library here https://github.com/ExpediaGroup/graphql-kotlin/pull/951 it was merged in but there is still some work to do to support subscriptions. It’s where I started thinking, there are a few initiatives to implement graphql in kotlin which take slightly different approaches. I would like to personally get involved into one of them. Before I make my decision I would like to know, though, if ktor team has any favourite approach or if it is planning to provide their own implementation?
o
There's a recent podcast about GraphQL - I haven't listened to it yet, but it may contain relevant information. https://talkingkotlin.com/graphql-with-apollo-and-kotlin/
We chat with the folks working on the Apollo library for GraphQL. We discuss what GraphQL is, where Apollo fits in to the equation, and why they decided to provide multiplatform support using Kotlin.
👀 1
a
it does not really have any relevant information, it’s more about apollo project, they only provide nodejs server implementation