Skip to content

Commit

Permalink
fix(client): add findRaw to PrismaAction for mongo middleware queries (
Browse files Browse the repository at this point in the history
  • Loading branch information
roboncode committed Apr 26, 2022
1 parent 613d71a commit 53f0d22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -1397,6 +1397,7 @@ export namespace Prisma {
| 'aggregate'
| 'count'
| 'runCommandRaw'
| 'findRaw'

/**
* These options are being passed in to the middleware as "params"
Expand Down
Expand Up @@ -1392,6 +1392,7 @@ export namespace Prisma {
| 'aggregate'
| 'count'
| 'runCommandRaw'
| 'findRaw'

/**
* These options are being passed in to the middleware as "params"
Expand Down
1 change: 1 addition & 0 deletions packages/client/src/generation/TSClient/PrismaClient.ts
Expand Up @@ -356,6 +356,7 @@ export type PrismaAction =
| 'aggregate'
| 'count'
| 'runCommandRaw'
| 'findRaw'
/**
* These options are being passed in to the middleware as "params"
Expand Down

0 comments on commit 53f0d22

Please sign in to comment.