OBJECT

UpdateVideoCommentPayload

link GraphQL Schema definition

1type UpdateVideoCommentPayload {
2
3# The comment that was updated.
4comment: VideoComment!
5
6}