OBJECT

DeleteVideosPayload

The returned payload from the DeleteVideos mutation.

link GraphQL Schema definition

1type DeleteVideosPayload {
2
3# The list of videos deleted.
4videos: [Video!]
5
6}