INPUT_OBJECT

CreateMultiVideoHighlightMetadata

Metadata to describe the requested highlight to be created.

link GraphQL Schema definition

1input CreateMultiVideoHighlightMetadata {
4
2# The ID of the user who created this highlight.
3creatorID: ID!
7
5# The long form description of the Highlight content.
6description: String!
10
8# The primary game featured in the highlight, if any.
9game: ID
13
11# List of ordered time ranges from the source VOD used to create the highlight.
12highlightRanges: [HighlightRange!]!
16
14# The language the highlight content is in.
15language: String!
19
17# Discovery tags to associate with the Highlight.
18tags: [String!]!
22
20# The title of the the highlight.
21title: String!
23}