INPUT_OBJECT

PublishClipInput

PublishClipInput edits the clip with the provided slug via segments.

link GraphQL Schema definition

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