Skip to main content

CreateStationShowInput

No description

input CreateStationShowInput {
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

CreateStationShowInput.contentRating ● ContentRating enum references

CreateStationShowInput.descriptionLong ● String scalar references

CreateStationShowInput.descriptionShort ● String scalar references

CreateStationShowInput.exclude ● Boolean scalar references

CreateStationShowInput.featuredPublicVideoId ● String scalar references

CreateStationShowInput.featuredVideoId ● String scalar references

CreateStationShowInput.hasSubtitles ● Boolean scalar references

CreateStationShowInput.images ● [JSON] list scalar references

CreateStationShowInput.language ● String scalar references

CreateStationShowInput.localOriginal ● Boolean scalar references

CreateStationShowInput.productionLocale ● String scalar references

CreateStationShowInput.seasonPremiereMode ● Boolean scalar references

CreateStationShowInput.showId ● String! non-null scalar references

CreateStationShowInput.showType ● ShowType enum references

CreateStationShowInput.sort ● EpisodesSortOrder enum references

CreateStationShowInput.stationId ● UUID! non-null scalar references

CreateStationShowInput.title ● String scalar references

CreateStationShowInput.trailerId ● String scalar references

CreateStationShowInput.tvScheduleIds ● [String] list scalar references

CreateStationShowInput.upNextDuration ● Int scalar references

CreateStationShowInput.upNextStart ● Int scalar references

Member Of

createStationShow mutation