nestjs-graphql-boilerplate icon indicating copy to clipboard operation
nestjs-graphql-boilerplate copied to clipboard

add global pipe to makes validation in bodies inside requests based on DTOs

Open noghartt opened this issue 3 years ago • 0 comments

This PR is based on the content described on the validation page, provided in the NestJS documentation. We need this PR because it adds the validation pipe that will be responsible for validating the requests body.

noghartt avatar Dec 11 '20 18:12 noghartt