Html – NestJS Prisma Parse Request Params to Number
I just started a new NestJS api using Prisma instead of Typeorm and there's one aspect that's not behaving as expected. Typeorm automatically casts strings to numbers that correspond to datatypes specified in the DTO or Entity. Prisma doesn't do…