INPUT_OBJECT

VideoModuleInput

link GraphQL Schema definition

1input VideoModuleInput {
3
2alignment: TextAlign
5
4caption: Html
7
6captionAlignment: TextAlign
11
8# Module ID. Negative value is used for a new module - `srcUrl` is required in
9# this case.
10id: Int!
13
12nftData: NFTInput
15
14originalHeight: Int
17
16originalWidth: Int
20
18# Url to the video in the temporary Amazon S3 bucket.
19srcUrl: Url
22
21widthUnit: String
23}