INPUT_OBJECT
ExportVideoToYoutubeInput
Input information for exporting a video to Youtube.
link GraphQL Schema definition
1 input ExportVideoToYoutubeInput { 4 2 # The description of the exported video. 3 : String 7 5 # Determines whether to split the video into smaller segments. 6 : Boolean 10 8 # Determines viewability of the video. 9 : Boolean 13 11 # The tags of the exported video. 12 : [String!] 16 14 # The title of the exported video. 15 : String 19 17 # ID of the exported video. 18 : ID! 20 }