Use this to map Prisma values inside of a query Prisma extension, probably under
$allOperations.
This is used inside of createPrismaMapExtension so if you have existing Prisma extensions
(that prevent you from directly using createPrismaMapExtension), you can use this function
and get the same results.
Use this to map Prisma values inside of a
query
Prisma extension, probably under$allOperations
.This is used inside of createPrismaMapExtension so if you have existing Prisma extensions (that prevent you from directly using createPrismaMapExtension), you can use this function and get the same results.