Skip to main content

CreateWatchHistoryInput

No description

input CreateWatchHistoryInput {
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

CreateWatchHistoryInput.completed ● Boolean scalar references

CreateWatchHistoryInput.deviceId ● String! non-null scalar references

CreateWatchHistoryInput.deviceType ● DeviceType! non-null enum references

CreateWatchHistoryInput.showId ● String! non-null scalar references

CreateWatchHistoryInput.showPbsId ● String scalar references

CreateWatchHistoryInput.stationId ● UUID! non-null scalar references

CreateWatchHistoryInput.stationUpstreamId ● String! non-null scalar references

CreateWatchHistoryInput.videoId ● String! non-null scalar references

CreateWatchHistoryInput.videoPbsId ● String scalar references

CreateWatchHistoryInput.viewerId ● String! non-null scalar references

CreateWatchHistoryInput.viewerPbsAccountId ● String scalar references

CreateWatchHistoryInput.watchTime ● Int scalar references

Member Of

createWatchHistory mutation