OBJECT

VideoCommentConnection

Paginated list of comments.

link GraphQL Schema definition

1type VideoCommentConnection {
2
3edges: [VideoCommentEdge]
4
5pageInfo: PageInfo!
6
7}