OBJECT
ProjectStyleBackground
link GraphQL Schema definition
1 type ProjectStyleBackground { 2 3 : String! 4 5 : ProjectStyleBackgroundImage 6 7 }
OBJECT
1 type ProjectStyleBackground { 2 3 : String! 4 5 : ProjectStyleBackgroundImage 6 7 }