Join Slack
Powered by
My mutation: ```mutation { deleteUser (id: "cjbd...
# prisma-whats-new
p
playra
12/19/2017, 4:00 PM
My mutation:
Copy code
mutation { deleteUser (id: "cjbds2yrz27400190o2cjut92") { id } }
m
max
12/19/2017, 4:01 PM
@playra
you need to delete the Post node the User is linked to first
p
playra
12/19/2017, 4:02 PM
That is, first you need to delete all his posts, and only then it?
m
max
12/19/2017, 4:05 PM
only the posts linked to that user
🦜 2
p
playra
12/19/2017, 4:06 PM
yep thanks
2
Views
Open in Slack
Previous
Next