Blog Post Delete Comment

blogPostDeleteComment #

blogPostDeleteComment(postId: String, commentId: String) Boolean

Example #

mutation blogPostDeleteComment($postId: String!, $commentId: String!){
  blogPostDeleteComment(postId: $postId, commentId: $commentId) 
}

Try It Now