-
Notifications
You must be signed in to change notification settings - Fork 520
Open
Description
Found the solution. Try to use Type decorator from class-transformer like this -
@Type(() => Number)
, on the property that have Runtime.Decimal type in your class declaration. Worked for me."class-transformer": "0.5.1"
"@prisma/client": "5.11.0"
Originally posted by @OleksandrKostrov in #1531
this worked for me too
Metadata
Metadata
Assignees
Labels
No labels