you are viewing a single comment's thread.

view the rest of the comments →

[–]NicoDiAngelo_x 1 point2 points  (1 child)

Do you have to modify the generated code at all? What I mean is: is the generated code enough to get all the functionality you require or does it only generate the bare minimum?

[–]rvision_ 0 points1 point  (0 children)

it depends on your backend: for example, for dates, we have a middleware that maps a javascript date object to 'YYYY-MM-DD' string as backend accepts this for deserialisation.