OBJECT

Colors

link GraphQL Schema definition

1type Colors {
2
3b: Int
4
5g: Int
6
7r: Int
8
9}