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