OBJECT

UpdateClipPayload

UpdateClipPayload returns the updated clip.

link GraphQL Schema definition

1type UpdateClipPayload {
2
3# The clip with its updated properties.
4clip: Clip!
5
6# The error when the clip fails to update a clip.
7error: UpdateClipError
8
9}