is there a way to disconnect all nodes, without fe...
# orm-help
z
is there a way to disconnect all nodes, without fetching the ids ? something like
update ... {disconnect: *}
l
updateMany
should work for this
Nevermind, you need the ids. My mistake
n
I don't think there is. Here's a related feature request: https://github.com/prismagraphql/prisma/issues/2036