TanStackT
TanStack7mo ago
4 replies
ethical-tan

query composition/dependencies

is there any way to declare that a query depends on other queries? I am attempting to compose queries, where I have some low level ones, then a higher level one that combines them (conditionally based on some other vars)

I want to make sure that when I invalidate the cache for an inner query, that the outer query also invalidates
Was this page helpful?