Validator questions
I'm trying to operate partial type of my User model as I omit the passwordHash field at instantiation. When I follow the docs I end up with the
select included in the type, this is from my sveltekit app:Property 'givenName' does not exist on type '{ select: { email: true; givenName: true; }; }'.ts(2339)Solution
Can you try this code?
You may need regenerate your Prisma client or restart your typescript server in your IDE
You may need regenerate your Prisma client or restart your typescript server in your IDE