Hacker News new | ask | show | jobs
by andrekandre 966 days ago
exact same situation here

> I'm replacing KMM with the Apollo Kotlin and Apollo iOS SDKs, which codegen which codegen your app's entire networking/caching layers

interesting, in my situation we are replacing it with open-api + codegen for those parts, any good reasons to go for apollo kotlin instead?

1 comments

I just already had a graphql backend, which uses the gql schema to codegen the networking layer.

Probably not much different from an open-api schema + codegen, I just had it set up so it was an easy choice for me shrug

Have you tried https://tailcall.run/ It's a fairly powerful and performance focussed solution to building GraphQL backends.
got it, thanks for the info!