How to invalidate cache of nested query #1612
Unanswered
tedc-artium
asked this question in
Q&A
Replies: 1 comment
-
I have the same question: should does it happen automatically or should we do it somehow in code? |
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
-
Hello all!
We have a query in the format of:
We perform a mutation to add snapshots. In the course of this mutation, a session is marked complete. Our expectation is that the currentUser query should be invalidated by this mutation. However, we are forced to invalidate the query manually.
Is there a possible explanation for why the query is not invalidated as expected?
Thank you for your time and help! Happy to answer any questions.
Beta Was this translation helpful? Give feedback.
All reactions