Query filters: Invalidate all queries that don't match a certain key #3609
Answered
by
clicktodev
clicktodev
asked this question in
Q&A
-
The docs show how to use query filters to invalidate queries that match a certain key however I need to invalidate all queries that don't match a certain key. |
Beta Was this translation helpful? Give feedback.
Answered by
clicktodev
May 13, 2022
Replies: 1 comment
-
Found the solution: the predicate function solved it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
clicktodev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the solution: the predicate function solved it.
Hope other people find this helpful.