Mirror of a distributed, offline-first bug tracker embedded in git
1query ValidLabels($ref: String) { 2 repository(ref: $ref) { 3 validLabels { 4 nodes { 5 name 6 color { 7 R 8 G 9 B 10 } 11 } 12 } 13 } 14}