How to run default resolvers in parallel? #1085
Unanswered
xsiddiqmx1
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hello, I have some problems understanding your setup. If your root resolver returns complete response, then why do you fetch the data in default resolvers?
If you make your resolvers async, they will be called and awaited in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My root resolver returns the complete response and then the default resolvers are then used to fetch the data. How can I make the default resolvers fetch the data in parallel instead of sequentially?
Beta Was this translation helpful? Give feedback.
All reactions