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