OBJECT

VideoModule

link GraphQL Schema definition

1type VideoModule {
2
3alignment: String!
4
5caption: String!
6
7captionAlignment: String!
8
9captionPlain: String!
10
11embed: String
12
13fullBleed: Int
14
15height: Int!
16
17id: Int!
18
19isDoneProcessing: Boolean!
20
21nftData: NFT
22
23project: Project!
24
25src: String
26
27thumbnailHeight: Int
28
29thumbnailUrl: String
30
31thumbnailWidth: Int
32
33videoData: CcvVideoData
34
35width: Int!
36
37}