My mutation: ```mutation { deleteUser (id: "cjbd...
# prisma-whats-new
p
My mutation:
Copy code
mutation {
  deleteUser (id: "cjbds2yrz27400190o2cjut92") {
    id
  }
}
m
@playra you need to delete the Post node the User is linked to first
p
That is, first you need to delete all his posts, and only then it?
m
only the posts linked to that user
🦜 2
p
yep thanks