StationVideo
Video metadata overrides for specific stations.
Overrides source and global video metadata.
More detailed documentation about fields used from this type is available on the NormalizedVideo type.
type StationVideo {
contentAdvisory: String
contentDescriptors: [ContentDescriptor]!
contentRating: ContentRating
createdAt: DateTime!
exclude: Boolean
id: String!
images: [JSON]!
longDescription: String
shortDescription: String
station: Station!
stationId: UUID!
title: String
tvScheduleIds: [String]!
upNextDuration: Int
upNextStart: Int
updatedAt: DateTime!
video: Video!
videoId: String!
}
Fields
StationVideo.contentAdvisory ● String scalar references
StationVideo.contentDescriptors ● [ContentDescriptor]! non-null enum references
StationVideo.contentRating ● ContentRating enum references
StationVideo.createdAt ● DateTime! non-null scalar references
StationVideo.exclude ● Boolean scalar references
Whether this video has been excluded from availability by the station.
StationVideo.id ● String! non-null scalar references
StationVideo.images ● [JSON]! non-null scalar references
StationVideo.longDescription ● String scalar references
StationVideo.shortDescription ● String scalar references
StationVideo.station ● Station! non-null object references
StationVideo.stationId ● UUID! non-null scalar references
StationVideo.title ● String scalar references
StationVideo.tvScheduleIds ● [String]! non-null scalar references
StationVideo.upNextDuration ● Int scalar references
StationVideo.upNextStart ● Int scalar references
StationVideo.updatedAt ● DateTime! non-null scalar references
StationVideo.video ● Video! non-null object references
StationVideo.videoId ● String! non-null scalar references
Returned By
createStationVideo mutation ● deleteStationVideo mutation ● stationVideo query ● stationVideos query ● updateStationVideo mutation