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.
Big Chungus
03/21/2022, 11:01 PM
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
mbonnin
03/22/2022, 9:01 AM
I strongly recommend
https://youtu.be/RwaZOBAlY6Eโพ
from @John O'Reilly for a multiplatform GraphQL overview