property 'data' does not exist on args when using $extends
Basically I was trying the method provided in the solution of this stack overflow post https://stackoverflow.com/questions/77435838/hash-password-in-prisma-orm
whoever when building the index.ts file I get the following:
any idea?
Stack Overflow
Hash password in Prisma ORM
How to properly and elegantly hash a password in Prisma ORM when creating a model object?
My prisma/schema.prisma file:
generator client {
provider = "prisma-client-js"
}
datasource db...
2 Replies