ListLabels.graphql

 1query ListLabels {
 2    repository {
 3        validLabels {
 4            nodes {
 5                name,
 6                color{R,G,B}
 7            }
 8        }
 9    }
10}