unique database column value validation #2982
Unanswered
heyjoe1984
asked this question in
Q&A
Replies: 1 comment
-
If you want to do the validation before submitting a form (ie before calling a corresponding mutation), you can use However, if you have a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how do I validate that a value is unique (does not exist yet) in the prisma database?
I checked the validations for signup and didn't see if it was checking for this
I couldn't find anything in the docs either, maybe I am missing something
Beta Was this translation helpful? Give feedback.
All reactions