Skip to content

CreateIssueCommentPayload ​

No description

graphql
type CreateIssueCommentPayload {
  issueComment: IssueComment!
}

Fields ​

CreateIssueCommentPayload.issueComment ● IssueComment! non-null object ​

The created IssueComment

Returned By ​

createIssueComment mutation

Released under the MIT License.