You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing an update operation it would be awesome to be forced to fill the fields that are used in the key attributes.
For instance given this schema for a User entity:
Hello !
When doing an update operation it would be awesome to be forced to fill the fields that are used in the key attributes.
For instance given this schema for a User entity:
The update typing on the User model should force me to fill the
id
attribute.It could be achived with something like this:
What do you think? Happy to try a PR if it seems right!
The text was updated successfully, but these errors were encountered: