INPUT_OBJECT
UpdateAllChannelVideosViewabilityInput
Inputs for updating all videos viewability by channel id mutation.
link GraphQL Schema definition
1 input UpdateAllChannelVideosViewabilityInput { 4 2 # The ID of the channel to update all videos from. 3 : ID! 7 5 # Determines viewability of all the channels videos. 6 : VideoPrivacyScope! 8 }