You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dependentQuery would be auto-dispatched because this is happening from within our thunk in the first place, so we've got dispatch available
we'd have to nest subscription behavior, ie "this subscription was triggered by a dependent query - when the dep query cache entry goes away, remove that subscription", and "if the dependent query changes, rerun this query too just in case"
An issue that comes up regularly is building queries that want to pull data from other queries: #4828 #1171 to name a few
These queries would need to:
API still TBC, but some ideas raised in maintainers' chat:
The text was updated successfully, but these errors were encountered: