aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/ListLabels.graphql
blob: 35f25e251fd9c970206100316757b4190c4c59d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
query ListLabels {
  repository {
    validLabels {
      nodes {
        name
        color {
          R
          G
          B
        }
      }
    }
  }
}