INPUT_OBJECT

CreateVideoThumbnailUploadRequestInput

Input to CreateVideoThumbnailUploadRequest mutation.

link GraphQL Schema definition

1input CreateVideoThumbnailUploadRequestInput {
4
2# Crop height of the thumbnail.
3cropH: Int!
7
5# Crop width of the thumbnail.
6cropW: Int!
10
8# Crop X of the thumbnail.
9cropX: Int!
13
11# Crop Y of the thumbnail.
12cropY: Int!
16
14# ID of the video being updated.
15videoID: ID!
17}