OBJECT

PublishClipPayload

PublishClipPayload returns the edited clip or an error.

link GraphQL Schema definition

1type PublishClipPayload {
2
3# The clip with its updated properties.
4clip: Clip
5
6# The error when the clip fails to publish.
7error: PublishClipError
8
9}