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

Additive cacheHeaders API #49

Closed BoD closed 3 weeks ago

BoD commented 3 weeks ago

Currently fun <T> MutableExecutionOptions<T>.cacheHeaders(cacheHeaders: CacheHeaders) replaces the cache headers with the new value - we may also need an additive API, like the one we have with http headers.

Original discussion on Slack here

BoD commented 3 weeks ago

Resolved by #50