8 lines
99 B
GraphQL

mutation DeleteComment($id: ID!) {
DeleteComment(id: $id) {
id
content
deleted
}
}