deleteComment
Destroy a Comment
Arguments
input
· deleteCommentInput · Parameters for deleteComment Returns
deleteCommentPayload Example
mutation deleteComment($input: deleteCommentInput) { deleteComment(input: $input) { comment messages }}