OBJECT

ExportVideoToYoutubePayload

Response to a request to export a video to Youtube.

link GraphQL Schema definition

1type ExportVideoToYoutubePayload {
2
3# Video representing the exported video.
4video: Video
5
6}