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
Just wanted to know whether it's planned to support generation of input schemas too.
Prisma generates a lot of types like 'ModelCreateInput, ModelUpdateInput....' so they can be quite useful for validating requests. The problem with current solution is that properties aren't marked as required so schemas can't be used for validating user input.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
Just wanted to know whether it's planned to support generation of input schemas too.
Prisma generates a lot of types like 'ModelCreateInput, ModelUpdateInput....' so they can be quite useful for validating requests. The problem with current solution is that properties aren't marked as required so schemas can't be used for validating user input.
Thanks
The text was updated successfully, but these errors were encountered: