d39e6c4c
1 2 3 4 5 6 7 8 9 10 11 12 13
mutation SetLabel($input: ChangeLabelInput) { changeLabels(input: $input) { results{ status, label{ name, color{R}, color{G}, color{B} } } } }