UpdateWatchHistoryInput
No description
input UpdateWatchHistoryInput {
completed: Boolean
deviceId: String
deviceType: DeviceType
showId: String
showPbsId: String
stationId: UUID
stationUpstreamId: String
videoId: String
videoPbsId: String
viewerId: String
viewerPbsAccountId: String
watchTime: Int
}
Fields
UpdateWatchHistoryInput.completed
● Boolean
scalar references
UpdateWatchHistoryInput.deviceId
● String
scalar references
UpdateWatchHistoryInput.deviceType
● DeviceType
enum references
UpdateWatchHistoryInput.showId
● String
scalar references
UpdateWatchHistoryInput.showPbsId
● String
scalar references
UpdateWatchHistoryInput.stationId
● UUID
scalar references
UpdateWatchHistoryInput.stationUpstreamId
● String
scalar references
UpdateWatchHistoryInput.videoId
● String
scalar references
UpdateWatchHistoryInput.videoPbsId
● String
scalar references
UpdateWatchHistoryInput.viewerId
● String
scalar references
UpdateWatchHistoryInput.viewerPbsAccountId
● String
scalar references
UpdateWatchHistoryInput.watchTime
● Int
scalar references
Member Of
updateWatchHistory
mutation