What are you using to do GraphQL with ktor?
# ktor
j
What are you using to do GraphQL with ktor?
b
graphql-kotlin from expedia group. They even have ktor examples
🙏 1
#graphql-kotlin
j
KQraphQL (https://kgraphql.io/Plugins/ktor/) is pretty nice as well....maybe not as feature rich as the expedia one but very easy to setup ....using it in following fwiw https://github.com/joreilly/StarWars
🙏 3
b
Wasn't aware of KQraphQL. Looks like it's much better suited for ktor use as it seems to be very lightweight. Good find!