OBJECT

SetChannelTrailerPayload

Output of the setChannelTrailer mutation.

link GraphQL Schema definition

1type SetChannelTrailerPayload {
2
3# The channel whose trailer vod was modified.
4channel: Channel
5
6# The error if the mutation failed in an expected way, or null if the mutation was
7# successful.
8error: SetChannelTrailerErrorCode
9
10}