query getViewer($country: CountryCode!, $id: String!, $stationId: UUID!) {
viewer(id: $id) {
continueWatchingVideos(country: $country) {
video: normalizedVideo(country: $country, stationId: $stationId) {
duration
id
images {
profile
transformTemplate
}
premiereDate
show: normalizedShow(country: $country, stationId: $stationId) {
id
showType
slug
title
}
slug
title
titleShort
videoType
}
videoId
watchTime
}
createdAt
likedShows: likes {
id
show: normalizedShow(country: $country, stationId: $stationId) {
id
showType
slug
title
}
type
}
myListShows: myLists {
id
show: normalizedShow(country: $country, stationId: $stationId) {
id
images {
profile
transformTemplate
}
showType
slug
title
}
}
id
pbsAccountId
updatedAt
}
}