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