OBJECT

MediaCollectionModule

link GraphQL Schema definition

1type MediaCollectionModule {
2
3alignment: String!
4
5captionAlignment: String!
6
7captionPlain: String!
8
9collectionType: MediaCollectionType!
10
11components: [MediaCollectionComponent!]!
12
13fullBleed: Int
14
15id: Int!
16
17isLazy: Boolean!
18
19project: Project!
20
21projectId: Int!
22
23sortType: MediaCollectionSortType!
24
25}

link Required by