mutation not updating cache? #1057
Answered
by
JoviDeCroock
chrisdrackett
asked this question in
Q&A
-
We have a simple mutation we're using just to wrap out heads around urql. We're using
when we run this and it successfully comes back we don't see the related task in the cache. It seems the only thing we see in the cache is the result of any queries we've run. We expected as described here. Any thoughts on what we might be missing? |
Beta Was this translation helpful? Give feedback.
Answered by
JoviDeCroock
Oct 13, 2020
Replies: 1 comment 6 replies
-
Adding and removing entities from the cache needs more context, we can't assume where this entity belongs, this is written out in more detail here |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
JoviDeCroock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding and removing entities from the cache needs more context, we can't assume where this entity belongs, this is written out in more detail here