apollographql / apollo-kotlin-java-support

Java support for Apollo Kotlin
https://apollographql.github.io/apollo-kotlin-java-support/
MIT License
1 stars 0 forks source link

Java runtime normalized cache #17

Open martinbonnin opened 2 years ago

martinbonnin commented 2 years ago

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 doesn't have extension functions.