Replies: 1 comment
-
apollo-server-plugin-response-cache doesn't support invalidation. It's certainly a requested feature (see #3228). This plugin (forked from our plugin) supports invalidation: https://github.com/thematters/apollo-response-cache |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been through the entire documentation to chose which caching solution I should use. So far i think automatic persisted query would be the best (and easiest) way to implement it.
However, i cannot find anything about invalidate those query? My flow is quite basic, I need to cache my getMessage query, but I also want to clear the cache on that query as soon as the mutation createMessage is called. Is there no simple way to do that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions