I have a model with fields for a one-to-many relat...
# prisma-whats-new
c
I have a model with fields for a one-to-many relation to itself (managedBy -> manages). I am looking at the data and for some of the instances managedBy is null but the instance is in the manages array of the other instance. This happened after I ran a mutation that set managesIds to an array of ids on one of the items.
n
@cullan let me take a look