blogPostDeleteComment #blogPostDeleteComment(postId: String, commentId: String) BooleanExample #mutation blogPostDeleteComment($postId: String!, $commentId: String!){ blogPostDeleteComment(postId: $postId, commentId: $commentId) } Try It Now