Does prisma support something like this?
# orm-help
i
Does prisma support something like this?
n
Hey Ibtisam 👋 Prisma doesn’t support field level validations natively. You can use Joi to validate before passing data to Prisma Query
We have a Feature Request to support validations through custom directives