INPUT_OBJECT

CreateVideoHighlightInput

link GraphQL Schema definition

1input CreateVideoHighlightInput {
4
2# The time in the source Archive type video that the Highlight will end at.
3endOffsetSeconds: Int!
7
5# Metadata to set for the highlight.
6metadata: CreateVideoHighlightMetadata!
10
8# The id of the Archive type video to create the Highlight from.
9sourceVideoID: ID!
13
11# The time in the source Archive type video that the Highlight will begin at.
12startOffsetSeconds: Int!
14}