Does `set:[]` for a related record in a `prisma.up...
# orm-help
j
Does
set:[]
for a related record in a
prisma.update()
call where that related record has cascading deletes, delete the disconnected records?
n
Hey Joshua 👋 Deleting and disconnecting are different operations, if you disconnect a record I don’t think it would be automatically deleted. If I am misunderstanding something, could you share an example maybe of what you are trying to achieve?