Add configuration to disable query batching #23730
Labels
domain/client
Issue in the "Client" domain: Prisma Client, Prisma Studio etc.
kind/feature
A request for a new feature.
topic: batching
topic: client api
topic: performance
Sometimes our batching functionality (see https://www.prisma.io/docs/orm/prisma-client/queries/query-optimization-performance#solving-n1-in-graphql-with-findunique-and-prisma-clients-dataloader) does not work as intended (see for example bugs with label
topic: batching
).Right now, there is no way for our users to opt out of that functionality.
We should add one,
disableQueryBatching: true
orfindUniqueBatching: false
could work in some form.The text was updated successfully, but these errors were encountered: