mutation issueSetLabels($input: UpdateIssueInput!) { updateIssue(input: $input) { issue { labels { nodes { id title color description } } } errors } }