Is there a benefit in using Facebook’s `Dataloader...
# orm-help
s
Is there a benefit in using Facebook’s
Dataloader
in combination with Prisma Client?
h
Prisma uses dataloader internally to optimise performance. I can't think of an use case that will further boost performance cause things that dataloader does is already baked into prisma.
s
Ok, sounds good enough to me!