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