there's also the expedia graphql client. It's a gradle plugin that generates code given a schema and graphql query
Jilles van Gurp
10/30/2020, 6:49 AM
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.