INPUT_OBJECT

UpdateVideoCommentInput

link GraphQL Schema definition

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