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