Hey folks ! I have a question that remains a myste...
# orm-help
j
Hey folks ! I have a question that remains a mystery to me since the beginning: If in a resolver I return a result and I have a child resolver for a field which does another query, will it do 1+N queries ? And with prisma-binding, is it handled magically under the hood ? Or is some kind of general batching handling all of this ?