-
-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method Override #17
Comments
@Navan123 thanks for pointing on that. I'll add a helper decorator for adding swagger implicit params to the override function |
@zMotivat0r Just curious if you have ETA for this? |
@Navan123 I've also wanted to have the query params displayed in Swagger. As a workaround I've added several |
Shipped with v3.0.0 |
Revert "fix: use `offset` instead of `skip`"
When the Override method, the param, and query hidden
@OverRide()
getMany(@param() params: ObjectLiteral,@query() query: RestfulParamsDto) {
return ...
}
The text was updated successfully, but these errors were encountered: