INPUT_OBJECT

DeleteAllChannelVideosInput

Inputs for deleting all videos by channel id mutation.

link GraphQL Schema definition

1input DeleteAllChannelVideosInput {
4
2# The ID of the channel to delete all videos from.
3channelID: ID!
5}