OBJECT

UpdateClipError

UpdateClipError is an error associated with the updateClip mutation.

link GraphQL Schema definition

1type UpdateClipError {
2
3# The error when the clip fails to update a clip.
4message: String
5
6}