OBJECT

DeleteChannelClipsPayload

The returned payload from the mutation.

link GraphQL Schema definition

1type DeleteChannelClipsPayload {
2
3# channelID is the channel's ID.
4channelID: ID!
5
6}