Replies: 1 comment
-
I think we could introduce a similar syntax that was designed for the Prisma integration: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have the option to use globalMiddlewares, but sometimes there can be a case when I want to skip this middleware for a specific query. Now I don't see any option to do it.
We can be inspired by NestJS solution:
Or add new decorator to skip all global middleware or them which will be passed to array arg.
I tried this:
But this don't work
Beta Was this translation helpful? Give feedback.
All reactions