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