OBJECT
VideoCommentConnection
Paginated list of comments.
link GraphQL Schema definition
1 type VideoCommentConnection { 2 3 : [VideoCommentEdge] 4 5 : PageInfo! 6 7 }
OBJECT
Paginated list of comments.
1 type VideoCommentConnection { 2 3 : [VideoCommentEdge] 4 5 : PageInfo! 6 7 }