OBJECT

DeleteAllChannelVideosPayload

The returned payload from the DeleteAllChannelVideos mutation.

link GraphQL Schema definition

1type DeleteAllChannelVideosPayload {
2
3# The status for this mutation.
4status: DeleteAllChannelVideosStatus
5
6}