INPUT_OBJECT

DeleteVideoThumbnailInput

Input information for deleting a thumbnail from a video.

link GraphQL Schema definition

1input DeleteVideoThumbnailInput {
4
2# The thumbnail url path.
3path: String!
7
5# ID of the video the thumbnail will be deleted from.
6videoID: ID!
8}