Nested update when creating single record
Hi Prisma-Community, I want to set two fields to null when I create a user but I have no idea if this is possible.
I want to set
invitedById
and invitedEmail
to null when I create a user and connect it to the membership. This is the code that works for creating a user and connect the membership relation.
Is it possible to set the invitedById
and invitedEmail
to null
in the same query?0 Replies