Query Invalidation -> Requery -> Fetching state not updated ? #2009
-
Is it intended that the After invalidating a query, I see that the query is refetched but the fetching state does not change. Is this intended? |
Beta Was this translation helpful? Give feedback.
Answered by
JoviDeCroock
Oct 6, 2021
Replies: 1 comment 2 replies
-
Hmm, in what case specifically? Is this a document-based cache automatic invalidation or a graphcache updater calling You can also check whether |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
JoviDeCroock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm, in what case specifically? Is this a document-based cache automatic invalidation or a graphcache updater calling
cache.invalidate
we'll need a bit more information regarding the problem here.You can also check whether
result.stale
is true 😅 this often indicates that a background refetch is happening