INPUT_OBJECT
UpdateVideosViewabilityInput
Inputs for the updating videos by id mutation.
link GraphQL Schema definition
1 input UpdateVideosViewabilityInput { 4 2 # Determines viewability of the videos; PUBLIC or PRIVATE. 3 : VideoPrivacyScope 7 5 # The IDs of the videos to be updated. 6 : [ID!]! 8 }