LivestreamEPGItem
Livestream EPG item for a scheduled program on a livestream channel.
type LivestreamEPGItem {
cid: String!
descriptionShort: String
durationMin: Int!
endTime: DateTime!
images(
filters: LivestreamEPGItemImageFilters
): [LivestreamEPGItemImage!]!
showId: String
showTitle: String
startTime: DateTime!
title: String!
}
Fields
LivestreamEPGItem.cid
● String!
non-null scalar references
Unique ID for the EPG item (i.e., **not** for the show or video).
LivestreamEPGItem.descriptionShort
● String
scalar references
LivestreamEPGItem.durationMin
● Int!
non-null scalar references
Duration of the scheduled program in minutes.
LivestreamEPGItem.endTime
● DateTime!
non-null scalar references
LivestreamEPGItem.images
● [LivestreamEPGItemImage!]!
non-null object references
LivestreamEPGItem.images.filters
● LivestreamEPGItemImageFilters
input references
LivestreamEPGItem.showId
● String
scalar references
LivestreamEPGItem.showTitle
● String
scalar references
Title of the show associated with the scheduled program.
LivestreamEPGItem.startTime
● DateTime!
non-null scalar references
LivestreamEPGItem.title
● String!
non-null scalar references
Title of the scheduled program.
Member Of
LivestreamEPG
object