OBJECT

AudioModule

link GraphQL Schema definition

1type AudioModule {
2
3alignment: String!
4
5caption: String!
6
7captionAlignment: String!
8
9captionPlain: String!
10
11embed: String
12
13fullBleed: Int
14
15# Module id
16id: Int!
17
18isDoneProcessing: Boolean!
19
20project: Project!
21
22# Project id the module belongs to
23projectId: Int!
24
25status: ModuleStatus!
26
27}

link Required by