Quick question, does Prisma support query batching...
# orm-help
s
Quick question, does Prisma support query batching? I'm wondering about how to deal with the N+1 query issue with GraphQL / nexus & Prisma
j
So under the hood we have a dataloader for findUnique queries (but not multiple findMany queries)
This is a video where my colleague explains it

https://www.youtube.com/watch?v=7oMfBGEdwsc

s
Great, exactly what I was looking for!
Thanks!
💯 1
j
De rien 🙂
s
😉
france parrot 1
d
@Sébastien Dubois if you're successful in getting query batching to work, can you let me know? I've been stuck (https://github.com/prisma/prisma/issues/5274 and https://github.com/prisma/prisma-examples/issues/2464)
🙌 1
s
Sure