Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

How to avoid unnecessary query invokations?

I have a query that fetches the full dataset and a bunch of queries that references this query and adds different filters. When refreshing it will make the same fetch for all queries, both for the f...