INPUT_OBJECT

ExportVideoToYoutubeInput

Input information for exporting a video to Youtube.

link GraphQL Schema definition

1input ExportVideoToYoutubeInput {
4
2# The description of the exported video.
3description: String
7
5# Determines whether to split the video into smaller segments.
6doSplit: Boolean
10
8# Determines viewability of the video.
9private: Boolean
13
11# The tags of the exported video.
12tags: [String!]
16
14# The title of the exported video.
15title: String
19
17# ID of the exported video.
18videoID: ID!
20}