INPUT_OBJECT

HighlightRange

Input to describe a single continuous time range of the source VOD to be included in the highlight.

link GraphQL Schema definition

1input HighlightRange {
4
2# The end time offset in milliseconds into the VOD.
3endMs: Int!
7
5# The start time offset in milliseconds into the VOD.
6startMs: Int!
10
8# The ID of the source VOD to create a Highlight from.
9vodID: ID!
11}