OBJECT

DeleteVideoThumbnailPayload

Response to a request to delete a video thumbnail.

link GraphQL Schema definition

1type DeleteVideoThumbnailPayload {
2
3# Video representing the video from which a thumbnail was deleted.
4video: Video
5
6}