INPUT_OBJECT

DeleteVideosInput

Inputs for the deleting videos by id mutation.

link GraphQL Schema definition

1input DeleteVideosInput {
4
2# The IDs of the videos to be deleted.
3videoIDs: [ID!]!
5}