How do I pass the correct parameters to `updateOrC...
# prisma-whats-new
j
How do I pass the correct parameters to
updateOrCreateRSVP
? The
UpdateRSVP
input is required, and also has a required
ID
. So, I can't figure out how to call this mutation without already having an ID, which is a catch 22 for the first time I call it 😕