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