Join Slack
Powered by
What are you using to do GraphQL with ktor?
# ktor
j
jmfayard
08/08/2021, 5:40 PM
What are you using to do GraphQL with ktor?
b
Big Chungus
08/08/2021, 6:48 PM
graphql-kotlin from expedia group. They even have ktor examples
🙏 1
Big Chungus
08/08/2021, 6:48 PM
#graphql-kotlin
j
jmfayard
08/08/2021, 7:20 PM
thanks! I have found it here
https://github.com/ExpediaGroup/graphql-kotlin/tree/master/examples/server/ktor-server
j
John O'Reilly
08/08/2021, 7:21 PM
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
Big Chungus
08/08/2021, 7:37 PM
Wasn't aware of KQraphQL. Looks like it's much better suited for ktor use as it seems to be very lightweight. Good find!
2
Views
Open in Slack
Previous
Next