OBJECT

VideoBookmarkEdge

A video bookmark.

link GraphQL Schema definition

1type VideoBookmarkEdge {
2
3# Uniquely identifies this clip's position in a connection.
4cursor: Cursor!
5
6# The bookmark.
7node: VideoBookmark!
8
9}