OBJECT

UpdateAllChannelVideosViewabilityPayload

The returned payload from the UpdateAllChannelVideosViewability mutation.

link GraphQL Schema definition

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