UpdateStationShowInput
No description
input UpdateStationShowInput {
contentRating: ContentRating
descriptionLong: String
descriptionShort: String
exclude: Boolean
featuredPublicVideoId: String
featuredVideoId: String
hasSubtitles: Boolean
images: [JSON]
language: String
localOriginal: Boolean
productionLocale: String
seasonPremiereMode: Boolean
showId: String
showType: ShowType
sort: EpisodesSortOrder
stationId: UUID
title: String
trailerId: String
tvScheduleIds: [String]
upNextDuration: Int
upNextStart: Int
}
Fields
UpdateStationShowInput.contentRating
● ContentRating
enum references
UpdateStationShowInput.descriptionLong
● String
scalar references
UpdateStationShowInput.descriptionShort
● String
scalar references
UpdateStationShowInput.exclude
● Boolean
scalar references
UpdateStationShowInput.featuredPublicVideoId
● String
scalar references
UpdateStationShowInput.featuredVideoId
● String
scalar references
UpdateStationShowInput.hasSubtitles
● Boolean
scalar references
UpdateStationShowInput.images
● [JSON]
list scalar references
UpdateStationShowInput.language
● String
scalar references
UpdateStationShowInput.localOriginal
● Boolean
scalar references
UpdateStationShowInput.productionLocale
● String
scalar references
UpdateStationShowInput.seasonPremiereMode
● Boolean
scalar references
UpdateStationShowInput.showId
● String
scalar references
UpdateStationShowInput.showType
● ShowType
enum references
UpdateStationShowInput.sort
● EpisodesSortOrder
enum references
UpdateStationShowInput.stationId
● UUID
scalar references
UpdateStationShowInput.title
● String
scalar references
UpdateStationShowInput.trailerId
● String
scalar references
UpdateStationShowInput.tvScheduleIds
● [String]
list scalar references
UpdateStationShowInput.upNextDuration
● Int
scalar references
UpdateStationShowInput.upNextStart
● Int
scalar references
Member Of
updateStationShow
mutation