INPUT_OBJECT

UpdateAllChannelVideosViewabilityInput

Inputs for updating all videos viewability by channel id mutation.

link GraphQL Schema definition

1input UpdateAllChannelVideosViewabilityInput {
4
2# The ID of the channel to update all videos from.
3channelID: ID!
7
5# Determines viewability of all the channels videos.
6scope: VideoPrivacyScope!
8}