Hello guys! Do you know a client library (Kotlin/J...
# android
v
Hello guys! Do you know a client library (Kotlin/Java) that supports communication to a GraphQL API?
j
j
Yup apollo is the one
p
Apollo is great 👍
j
there's also the expedia graphql client. It's a gradle plugin that generates code given a schema and graphql query
It is not multiplatform currently. So we actually are switching to a manually crafted client on top of kotlinx serialization to fix that. Not that hard if you have data classes anyway. We put the graphql queries in multiline strings.