INPUT_OBJECT
UpdateVideoInput
Input information for updating a video.
link GraphQL Schema definition
1 input UpdateVideoInput { 4 2 # The description of the video. 3 : String 7 5 # The name of the game presented in the video. 6 : String 10 8 # The language of the video. 9 : String 13 11 # Determines viewability of the video; PUBLIC or PRIVATE. 12 : VideoPrivacyScope 16 14 # The thumbnail URL of the video. 15 : String 19 17 # The title of the video. 18 : String 22 20 # ID of the video being updated. 21 : ID! 23 }