INPUT_OBJECT
CreateVideoHighlightInput
link GraphQL Schema definition
1 input CreateVideoHighlightInput { 4 2 # The time in the source Archive type video that the Highlight will end at. 3 : Int! 7 5 # Metadata to set for the highlight. 6 : CreateVideoHighlightMetadata! 10 8 # The id of the Archive type video to create the Highlight from. 9 : ID! 13 11 # The time in the source Archive type video that the Highlight will begin at. 12 : Int! 14 }