MyList
Show
"My List" item added by a Viewer
.
type MyList {
createdAt: DateTime!
id: String!
normalizedShow(
country: CountryCode
stationId: UUID
): NormalizedShow
show: Show!
showId: String!
showPbsId: String
updatedAt: DateTime!
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.show
● Show!
non-null object references
MyList.showId
● String!
non-null scalar references
MyList.showPbsId
● String
scalar references
MyList.updatedAt
● DateTime!
non-null 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