https://kotlinlang.org logo
#feed
Title
# feed
m

mbonnin

03/21/2022, 10:16 PM
Hi everyone 👋 . If you're curious about GraphQL, @bod and I are doing an intro workshop to working with GraphQL in Kotlin tomorrow 9am PT. We'll cover the basics of GraphQL and build a small Android app using a GraphQL endpoint.
graphql 5
❤️ 1
🎉 5
👍 2
b

Big Chungus

03/21/2022, 11:00 PM
GraphQL client queries are easy - that's the whole point of it. I wish someone would do a workshop on how to implement the server in idiomatic serverside kotlin instead.
But hey, some GraphQL is still better than no GraphQL! 😀
😄 2
m

mbonnin

03/21/2022, 11:14 PM
I've written some Kotlin servers with https://github.com/ExpediaGroup/graphql-kotlin. It works well and is code first. Some integration tests of the Apollo client are using it actually 🙂.
a

andylamax

03/22/2022, 12:36 AM
May the next workshop for graphQL cover Multiplatform as well. I am talking common code/js/android/jvm/native
m

mbonnin

03/22/2022, 8:59 AM
Actually most of the code we'll write during the workshop will be multiplatform. It's using an Android app for convenience but the same would work on iOS/js
I strongly recommend

https://youtu.be/RwaZOBAlY6E

from @John O'Reilly for a multiplatform GraphQL overview
👀 1
m

Marian Schubert

03/24/2022, 6:40 PM
@Big Chungus https://netflix.github.io/dgs/ for writing GraphQL servers worked great for me so far.
👍 2
4 Views