OBJECT

ProjectStyleBackground

link GraphQL Schema definition

1type ProjectStyleBackground {
2
3color: String!
4
5image: ProjectStyleBackgroundImage
6
7}

link Required by