Skip to main content

MyList

Show "My List" item added by a Viewer.

type MyList {
createdAt: DateTime!
id: String!
normalizedShow(
country: CountryCode
stationId: UUID
): NormalizedShow
normalizedVideo(
country: CountryCode
stationId: UUID
): NormalizedVideo
show: Show
showId: String
showPbsId: String
updatedAt: DateTime!
video: Video
videoId: String
videoPbsId: String
viewer: Viewer!
viewerId: String!
viewerPbsAccountId: String
}

Fields

MyList.createdAt ● DateTime! non-null scalar references

MyList.id ● String! non-null scalar references

MyList.normalizedShow ● NormalizedShow object references

MyList.normalizedShow.country ● CountryCode scalar references
MyList.normalizedShow.stationId ● UUID scalar references

MyList.normalizedVideo ● NormalizedVideo object references

MyList.normalizedVideo.country ● CountryCode scalar references
MyList.normalizedVideo.stationId ● UUID scalar references

MyList.show ● Show object references

MyList.showId ● String scalar references

MyList.showPbsId ● String scalar references

MyList.updatedAt ● DateTime! non-null scalar references

MyList.video ● Video object references

MyList.videoId ● String scalar references

MyList.videoPbsId ● String scalar references

MyList.viewer ● Viewer! non-null object references

MyList.viewerId ● String! non-null scalar references

MyList.viewerPbsAccountId ● String scalar references

Returned By

createMyList mutation ● deleteMyList mutation ● myList query ● myLists query ● updateMyList mutation ● upsertMyList mutation ● viewerMyList query

Member Of

Viewer object