OBJECT

CreateVideoBookmarkPayload

Response for creating a bookmark, the bookmark that was created.

link GraphQL Schema definition

1type CreateVideoBookmarkPayload {
2
3# Error of the create video bookmark request.
4error: CreateVideoBookmarkError
5
6# The bookmark that was created.
7videoBookmark: VideoBookmark
8
9}