Hello everybody, I need some assistance with a que...
# prisma-whats-new
p
Hello everybody, I need some assistance with a question. I have a field in a Type called ListEntry. This field is called person. It is an relational field, which refers to the "Person" Type. I can now set a relation using the personId, but how can I unset this relation, which means, setting the field back to null?
h
I think there’s a
disconnect
command you can use in your mutation