OBJECT

UpdateChannelClipsSettingPayload

The result of a updateChannelClipsSetting mutation.

link GraphQL Schema definition

1type UpdateChannelClipsSettingPayload {
2
3# The updated channel.
4channel: Channel
5
6}