Hi all! I am fetching this query and it is taking ...
# prisma-client
a
Hi all! I am fetching this query and it is taking 5 seconds approx to return result back. I am using prisma-client. Do I need to implement dataloader with prisma or it support out of the box
l
It looks fine. Your prisma server is running locally or in the prima cloud?
a
Locally on docker. Maybe it could be the reason? Although it's good confirm see that my logic was right. Btw I heard prisma-client supports dataloader out of the box
r
Is it your Graphql server or prisma's?