vegardit / prisma-generator-nestjs-dto

Generates NestJS DTO classes from Prisma Schema
Apache License 2.0
268 stars 73 forks source link

connect dtos can not be used directly when there is other unique field than id #261

Open esmaeilzadeh opened 5 months ago

esmaeilzadeh commented 5 months ago

also when using /// @DtoRelationCanCreateOnCreate because the model is not exist yet that does not work too. (source id is missing.)