@AutoPayloadType(description = "The updated Body")
suspend fun updateBody(input: UpdateBodyInput, dfe: DataFetchingEnvironment): Body

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.