Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-validator

Is it possible to pass Typescript decorator object values in at runtime?

using validation pipe in nestjs gives me an classTransformer.plainToclass is not a function error

How can we override the global validation pipe in NestJs?

Advanced conditions with class-validator (possible)?

Can I specify the order to execute validation decorators with class-validator?

class-validator case-insensitive enum validation?

How to return a custom response from the class-validator in NestJS

Boolean parameter in request body is always true in NestJS api

class-validator doesn't validate arrays

Throw same error format as `class-validator` in NestJS

Validation does not work with Partial<DTO> - NestJS

Class validator with array of nested objects in nestjs

how to make sure at least one field is not empty?(its ok if only one is not empty)

NestJS - Validating body conditionally, based on one property

NestJS: How to transform an array in a @Query object

How to inject service to validator constraint interface in nestjs using class-validator?

validate nested objects using class-validator in nest.js controller