OBJECT

VideoBookmarkConnection

A paginated list of video bookmarks.

link GraphQL Schema definition

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

link Required by