SungHyun Lee
Results
1
comments of
SungHyun Lee
trafficstars
You can replace `@isOptional()` to `@ValidateIf(o => '{fieldName}' in o)` for those optional fields that should not be updated with `null` Validator accepts {id: null} ```typescript @IsOptional() @IsNotEmpty() readonly id:...