Fork me on GitHub
#graphql
<
2021-03-06
>
hlship02:03:32

siblings can work in parallel, but the parent resolver must fully execute before any child resolvers can be invoked. The parent provides the raw value that is passed to the children.

chrisulloa16:03:02

I’m guessing that if the parent resolver is async, it’s fully executed at the point where the resolver returns a promise. I’m seeing the parent execute in parallel with the children in this case. Will dig in further.