OBJECT

MediaCollectionComponent

link GraphQL Schema definition

1type MediaCollectionComponent {
2
3colors: Colors
4
5filename: String!
6
7flexHeight: Float!
8
9flexWidth: Float!
10
11height: Int!
12
13id: Int!
14
15imageSizes: ProjectModuleImageSizes!
16
17moduleId: Int!
18
19position: Float!
20
21project: Project!
22
23projectId: Int!
24
25src: String!
26
27width: Int!
28
29}