Question(s): Let's say I have a 1on1 prisma relation (e.g. a User has an Address). I initially set the Address to somewhere in Amsterdam, but during the
ctx.mutation.updateUser()
call I create a new Address somewhere in Berlin. What happens to the Amsterdam Address? Is it floating around somewhere? Does it still have a (one way) reference to the user?