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