Skip to content

DeleteIssueCommentPayload

No description

graphql
type DeleteIssueCommentPayload {
  issueComment: IssueComment!
}

Fields

DeleteIssueCommentPayload.issueComment ● IssueComment! non-null object

The updated IssueComment

Returned By

deleteIssueComment mutation

Released under the MIT License.