OBJECT
CreateVideoBookmarkPayload
Response for creating a bookmark, the bookmark that was created.
link GraphQL Schema definition
1 type CreateVideoBookmarkPayload { 2 3 # Error of the create video bookmark request. 4 : CreateVideoBookmarkError 5 6 # The bookmark that was created. 7 : VideoBookmark 8 9 }