OBJECT

PublishClipError

PublishClipError is an error associated with the publishClip mutation.

link GraphQL Schema definition

1type PublishClipError {
2
3message: String
4
5}