apollographql / apollo-kotlin-normalized-cache-incubating

Apollo Kotlin Incubating Normalized Cache
https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/
MIT License
5 stars 1 forks source link

Cleanup: remove ApolloResolver #20

Closed BoD closed 3 months ago

BoD commented 3 months ago

ApolloResolver was introduced in the past in order to not break compatibility. This PR replaces it with CacheResolver.

Also removed @ApolloExperimental annotations, as the whole repo is to be considered experimental.