typeorm-routing-controllers-extensions
typeorm-routing-controllers-extensions copied to clipboard
Support passing class-validator options in decorators
Using a combination of typeorm, routing-controllers, this package, and class-validator decorators.
Trying @EntityFromBody() on a PUT request with some properties missing results in a validation error for the missing properties.
The decorators should pass through a validate property with ValidatorOptions