Unknown number of dependent queries #1637
Unanswered
andrewslock
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an array of queries I need to make. It's just the same situation as in this issue, but in my case the queries need to be dependent.
I am leaning towards useQueries but it fires all the queries simultaneously which is the problem. And It appears that you can't configure this hook to make queries one at a time and dependent on the data obtained from the previous query.
Beta Was this translation helpful? Give feedback.
All reactions