INPUT_OBJECT

SetChannelTrailerInput

Inputs to the setChannelTrailer mutation.

link GraphQL Schema definition

1input SetChannelTrailerInput {
4
2# The channel whose trailer should be updated.
3channelID: ID!
8
5# The ID of the video that should be used as the channel's trailer,
6# or null if the trailer should be cleared.
7trailerVideoID: ID
9}