Skip to content

UpdateIssueCommentPayload

No description

graphql
type UpdateIssueCommentPayload {
  issueComment: IssueComment!
}

Fields

UpdateIssueCommentPayload.issueComment ● IssueComment! non-null object

The updated IssueComment

Returned By

updateIssueComment mutation

Released under the MIT License.