OBJECT

DeleteAllChannelVideosStatus

Status associated with mutation DeleteAllChannelVideos.

link GraphQL Schema definition

1type DeleteAllChannelVideosStatus {
2
3# Error code.
4code: DeleteAllChannelVideosStatusCode!
5
6}