You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
I am using graphql with graphql-cache.
But now I want to invalidate the cache if my object is changed
Describe the solution you'd like
It will be better if we can just call a method in the after_commit callback and invalidate the cache of related records
The text was updated successfully, but these errors were encountered:
Hey! Has anyone been able to look into this? I need something similar. I know after a given mutation has fired to expire the cache but I'm not seeing an API to do that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
I am using
graphql
withgraphql-cache
.But now I want to invalidate the cache if my object is changed
Describe the solution you'd like
It will be better if we can just call a method in the
after_commit
callback and invalidate the cache of related recordsThe text was updated successfully, but these errors were encountered: