OBJECT
VideoBookmarkConnection
A paginated list of video bookmarks.
link GraphQL Schema definition
1 type VideoBookmarkConnection { 2 3 # The elements of the paginated list. 4 : [VideoBookmarkEdge]! 5 6 # Error of the get video bookmarks request. 7 : VideoBookmarkConnectionError 8 9 # Information about this page. 10 : PageInfo! 11 12 }