How would you delete 1 specific value from a array...
# orm-help
p
How would you delete 1 specific value from a array same type relation?
n
updateX(data: { children: { disconnect: { id: "child" } } }, where: { id: "parent" }) { id }
👍 2
p
Thank's you're a lifesaver 😄