OBJECT
VideoCommentEdge
Video comment edge with cursor and the comment node.
link GraphQL Schema definition
1 type VideoCommentEdge { 2 3 : Cursor 4 5 : VideoComment 6 7 }
OBJECT
Video comment edge with cursor and the comment node.
1 type VideoCommentEdge { 2 3 : Cursor 4 5 : VideoComment 6 7 }