Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-validator

NestJS and Prisma, do we really need DTOs for validation when we could use Prisma Generated Type?

DTO not working for microservice, but working for apis directly

URL input validation NestJs

Class Validator is not working with nestjs

How can I use validation groups for DTOs in a NestJS controller?

Creating custom validator for image uploading at Nest.js with class-validator package

How to Validate Array of Urls using Class-Validator?

Validate nested DTO objects using class validator

@IsPhoneNumber() npm class validator how to add multiple countries code

numeric parameter validation fails although requirements should pass [duplicate]

Class-validator: remove a property on validation, based on the value of another property

@Transform() Boolean Cast Doesn't Work on DTO

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?

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