Label.graphql

1fragment Label on Label {
2  name
3  color {
4    R
5    G
6    B
7  }
8}