INPUT_OBJECT
UpdateVideoCommentInput
link GraphQL Schema definition
1 input UpdateVideoCommentInput { 4 2 # ID of the comment being updated. 3 : ID! 7 5 # The state of the comment. 6 : VideoCommentState! 8 }
INPUT_OBJECT
1 input UpdateVideoCommentInput { 4 2 # ID of the comment being updated. 3 : ID! 7 5 # The state of the comment. 6 : VideoCommentState! 8 }