@AutoPayloadType(description = "The updated IssueComment")
suspend fun updateIssueComment(input: UpdateIssueCommentInput, dfe: DataFetchingEnvironment): IssueComment

Updates an IssueComment. If the user created the IssueComment, requires READ on any of the Trackables the Issue is on. Otherwise, requires MODERATOR on any of the Trackables the Issue is on. Requires READ on referenced Artefacts, additionally, added ones must be part of a Trackable the Issue is on.