aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/Label.graphql
blob: 22522ada7d3539b695b9ce5ab86e87f84a518efa (plain) (blame)
1
2
3
4
5
6
7
8
fragment Label on Label {
  name
  color {
    R
    G
    B
  }
}