apollo-kotlin
apollo-kotlin copied to clipboard
:robot: A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.
Hi I just finished implementing #4272. **Here is explanation how the new code working:** Most of the changes are in `OperationBasedModelGroupBuilder.kt` `fun buildField`, I calculate all possible shapes (without shapes...
@martinbonnin Here is the PR in reference to this [thread](https://github.com/apollographql/apollo-kotlin/blob/92aa7b56b1bb268e95fdf93811dc61821d090bd6/apollo-runtime/src/main/java/com/apollographql/apollo/internal/RealApolloCall.java#L366).
Add HTTP caching capabilities to the Java Runtime. Explore if we can reuse the OkHttp cache (but certainly with tweaks as POSTs are not cached by default).
Add normalized cache support to Apollo Java. One question is whether we can keep the normalized cache decoupled like we did in Apollo Kotlin. It's harder to do because Java...
Add uploads support to Apollo Java