INPUT_OBJECT

MediaCollectionModuleInput

link GraphQL Schema definition

1input MediaCollectionModuleInput {
3
2alignment: TextAlign
5
4caption: Html
7
6captionAlignment: TextAlign
9
8collectionType: MediaCollectionType
11
10components: [MediaCollectionComponentInput!]
13
12fullBleed: ProjectModuleFullBleed
16
14# Module ID. Negative value is used for a new module.
15id: Int!
18
17sortType: MediaCollectionSortType
19}