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