Join Slack
Powered by
Hello. I have to clear all likes (relation), how c...
# prisma-whats-new
m
Maslov
01/14/2018, 9:48 AM
Hello. I have to clear all likes (relation), how can I do it? Will this code correct?
Copy code
mutation { removeFromUserLikes(likesPostId: "*") { likedUsersUser { id } } }
Open in Slack
Previous
Next