OBJECT

ProjectStyleBackgroundImage

link GraphQL Schema definition

1type ProjectStyleBackgroundImage {
2
3name: String!
4
5position: String!
6
7repeat: String!
8
9url: String!
10
11}