OBJECT

ProjectCover

link GraphQL Schema definition

1type ProjectCover {
2
3# Project cover scale
4coverScale: Float!
5
6# x-coordinate of the Project cover
7coverX: Int!
8
9# y-coordinate of the project cover
10coverY: Int!
11
12}

link Required by