INPUT_OBJECT

CreateVideoHighlightMetadata

link GraphQL Schema definition

1input CreateVideoHighlightMetadata {
4
2# The long form description of the Highlight content.
3description: String!
7
5# The primary game featured in the highlight, if any.
6game: ID
10
8# The language the highlight content is in.
9language: String!
13
11# Discovery tags to associate with the Highlight.
12tags: [String!]!
16
14# The title of the the highlight.
15title: String!
17}