upsertWatchHistory
Creates a new watch history entry or updates an existing one if an event ID is provided.
upsertWatchHistory(
input: UpsertWatchHistoryInput!
): WatchHistory!
Arguments
upsertWatchHistory.input
● UpsertWatchHistoryInput!
non-null input references
Type
WatchHistory
object references
Watch history records for viewers.
Most fields on this type are just "denormalized" data from the related device, viewer, station, and video/show.
See: Device
, NormalizedShow
, NormalizedVideo
, Station
, Viewer