OBJECT

VideoCommentEdge

Video comment edge with cursor and the comment node.

link GraphQL Schema definition

1type VideoCommentEdge {
2
3cursor: Cursor
4
5node: VideoComment
6
7}