We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is almost the same as #518 but with a subtle difference If we wrap up the extended class with the PartialType() function we get the same behavior
See #518 and make use of PartialType() for the BaseTestDTO
No response
I expect the result in OutBasicTestDTO to be a mix of the props defined in OutBasicTestDTO as well as BaseTestDTO.
11.0.3
11.0.7
The text was updated successfully, but these errors were encountered:
Please provide a minimum reproduction repository (Git repository/StackBlitz/CodeSandbox project).
Sorry, something went wrong.
https://codesandbox.io/p/sandbox/optimistic-jones-gv5y2j?file=%2Fsrc%2Fdto%2Fclass-b.dto
The problem here is that in class B there are no properties from class A displayed in the swagger schema
No branches or pull requests
Is there an existing issue for this?
Current behavior
It is almost the same as #518 but with a subtle difference
If we wrap up the extended class with the PartialType() function we get the same behavior
Minimum reproduction code
See #518 and make use of PartialType() for the BaseTestDTO
Steps to reproduce
No response
Expected behavior
I expect the result in OutBasicTestDTO to be a mix of the props defined in OutBasicTestDTO as well as BaseTestDTO.
Package version
11.0.3
NestJS version
11.0.7
Node.js version
No response
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: