suspend fun removeLabelFromIssue(input: RemoveLabelFromIssueInput, dfe: DataFetchingEnvironment): RemovedLabelEvent?
Removes a Label from an Issue, requires MANAGE_ISSUES on any Trackable the issue is on. If the Label is not on the Issue, no event is created.