LivestreamEPG
Livestream EPG (Electronic Program Guide) data for a livestream channel.
type LivestreamEPG {
id: String!
logoTransformTemplate: String
name: String!
schedule: [LivestreamEPGItem!]!
}
Fields
LivestreamEPG.id
● String!
non-null scalar references
LivestreamEPG.logoTransformTemplate
● String
scalar references
Livestream logo URL image transform template.
See: ImageWithProfile.transformTemplate
LivestreamEPG.name
● String!
non-null scalar references
LivestreamEPG.schedule
● [LivestreamEPGItem!]!
non-null object references
Six hour block of scheduled programs for the livestream channel.
Returned By
stationLivestreamEPGs
query