Heyo! Can anyone here tell me about if/how Prisma ...
# orm-help
m
Heyo! Can anyone here tell me about if/how Prisma solves the N+1 issue on graphql requests? Is optimization built into it under the hood? I can't seem to find any good discussion of this in the docs or the forum. Thanks!
t
Just reading about this myself, I think the answer is, it does handle batching now. https://github.com/prisma/prisma-client-js/issues/153 https://github.com/prisma/prisma-client-js/issues/523 https://github.com/prisma/prisma-client-js/issues/207 Deduping looks like it's not handled yet: https://github.com/prisma/specs/issues/306 Someone else may be able to provide a more detailed answer