ChakshuGautam / stencil

Microservices Boilerplate for SamagraX
https://stencil.samagra.io
MIT License
4 stars 5 forks source link

[validators] Create a generic validator that works well with array based DTOs #53

Open techsavvyash opened 7 months ago

techsavvyash commented 7 months ago

Description

NestJS validators don't work well with array based validators, and if one fails the other one fails as well. We need to create a custom validator class for robust validation of DTO objects.

References: