INPUT_OBJECT

CreateVideoBookmarkInput

Input for creating a new bookmark.

link GraphQL Schema definition

1input CreateVideoBookmarkInput {
4
2# ID of the broadcast the bookmark is made for.
3broadcastID: ID
7
5# Channel ID of the channel the bookmark is made for.
6channelID: ID
10
8# A description for the bookmark.
9description: String
15
11# The medium where the request came from.
12# e.g. "popout_chat", "chat", "live_dashboard_button", "live_dashboard_hotkey",
13# "live_dashboard_chat".
14medium: String!
19
16# The platform where the request came from.
17# e.g."web", "android", "ios".
18platform: String!
20}