INPUT_OBJECT
PublishClipInput
PublishClipInput edits the clip with the provided slug via segments.
link GraphQL Schema definition
1 input PublishClipInput { 4 2 # The number of seconds into the clip's raw media the preview image is set to. 3 : Float 7 5 # The segments describing the desired changes to apply to the newly edited clip. 6 : [ClipSegmentInput!]! 10 8 # The slug uniquely identifying the clip to edit. 9 : ID! 13 11 # The new title this clip will be updated to. 12 : String 14 }