Is there a kotlin multiplatform client implementat...
# kgraphql
a
Is there a kotlin multiplatform client implementation? that targets android, ios and js as well?
j
Currently we do not have any client implementation of KGraphQL. For a client I would go with the Apollo client as it has built in cache and everything. But you can look for other options here: https://graphql.org/code/#java-kotlin-client
a
Thanks