CreateIssueCommentPayload
No description
type CreateIssueCommentPayload {
issueComment: IssueComment!
}
Fields
CreateIssueCommentPayload.issueComment
● IssueComment!
non-null object
The created IssueComment
Returned by
createIssueComment
mutation