Hi! I'm trying to do a conditional mutation. What ...
# prisma-whats-new
j
Hi! I'm trying to do a conditional mutation. What i mean by that, is the following: I have two types (InviteCode and User). I want to update the
isValid
field on the User, if the correct inviteCode is sent. But i want to do it all on the server. Is that possible?