For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeleteComment

The result object for deleting a comment.

type DeleteComment {
  success: Boolean!
}

Fields

success ● Boolean! non-null scalar

Implemented By

DeleteCommentResult union

Last updated

Was this helpful?