INPUT_OBJECT

UpdateVideosViewabilityInput

Inputs for the updating videos by id mutation.

link GraphQL Schema definition

1input UpdateVideosViewabilityInput {
4
2# Determines viewability of the videos; PUBLIC or PRIVATE.
3scope: VideoPrivacyScope
7
5# The IDs of the videos to be updated.
6videoIDs: [ID!]!
8}