Hey everyone :wave: I was wondering if anyone here...
# server
r
Hey everyone 👋 I was wondering if anyone here has experience implementing a GraphQL API in Kotlin! I’d love to talk to you and hear about your experience! Did it go well? What tools did you use? Would you do it again? and more! Feel free to reply in thread or DM 🙂
d
take a look at https://github.com/ExpediaDotCom/graphql-kotlin - there is an example spring boot app that shows how to use the lib
disclaimer: I'm one of the creators of the lib
r
@Dariusz Kuc Whoa this is really cool!! I love the resolver-driven approach
y
I’ve used GraphQL-Java (in Kotlin) in a side project. It was enjoyable.
h
I used KGraphql and it worked pretty well. At the time I used it, property resolvers didn’t support coroutines, however.
r
Graphql-java with Graphql-java-tools is amazing and well documented.