apollo-kotlin icon indicating copy to clipboard operation
apollo-kotlin copied to clipboard

:robot:  A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform.

Results 316 apollo-kotlin issues
Sort by recently updated
recently updated
newest added

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).

:hourglass: waiting for info

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).

:sparkles: Type: Feature
:coffee: Java
:cherries: Nice to have

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...

:sparkles: Type: Feature
:coffee: Java
:cherries: Nice to have

Add uploads support to Apollo Java

:sparkles: Type: Feature
:coffee: Java
:cherries: Nice to have