Mirror of a distributed, offline-first bug tracker embedded in git
1mutation SetLabel($input: ChangeLabelInput) { 2 changeLabels(input: $input) { 3 results{ 4 status, 5 label{ 6 name, 7 color{R}, 8 color{G}, 9 color{B} 10 } 11 } 12 } 13}