UpdatePbsVideoInput
No description
input UpdatePbsVideoInput {
chapters: [JSON]
contentDescriptors: [ContentDescriptor]
contentRating: ContentRating
drmEnabled: Boolean
duration: Int
embedCodeVideoId: String
episodeNumber: Int
fetchedAt: DateTime
funderMessage: String
images: [JSON]
isPublished: Boolean
legacyTpMediaId: String
longDescription: String
pbsId: UUID
pbsShowId: String
pbsUpdatedAt: DateTime
premiereDate: DateTime
season: Int
shortDescription: String
skipSponsorship: Boolean
slug: String
title: String
tvScheduleId: String
videoType: VideoType
}
Fields
UpdatePbsVideoInput.chapters ● [JSON] list scalar references
UpdatePbsVideoInput.contentDescriptors ● [ContentDescriptor] list enum references
UpdatePbsVideoInput.contentRating ● ContentRating enum references
UpdatePbsVideoInput.drmEnabled ● Boolean scalar references
UpdatePbsVideoInput.duration ● Int scalar references
UpdatePbsVideoInput.embedCodeVideoId ● String scalar references
UpdatePbsVideoInput.episodeNumber ● Int scalar references
UpdatePbsVideoInput.fetchedAt ● DateTime scalar references
UpdatePbsVideoInput.funderMessage ● String scalar references
UpdatePbsVideoInput.images ● [JSON] list scalar references
UpdatePbsVideoInput.isPublished ● Boolean scalar references
UpdatePbsVideoInput.legacyTpMediaId ● String scalar references
UpdatePbsVideoInput.longDescription ● String scalar references
UpdatePbsVideoInput.pbsId ● UUID scalar references
UpdatePbsVideoInput.pbsShowId ● String scalar references
UpdatePbsVideoInput.pbsUpdatedAt ● DateTime scalar references
UpdatePbsVideoInput.premiereDate ● DateTime scalar references
UpdatePbsVideoInput.season ● Int scalar references
UpdatePbsVideoInput.shortDescription ● String scalar references
UpdatePbsVideoInput.skipSponsorship ● Boolean scalar references
UpdatePbsVideoInput.slug ● String scalar references
UpdatePbsVideoInput.title ● String scalar references
UpdatePbsVideoInput.tvScheduleId ● String scalar references
UpdatePbsVideoInput.videoType ● VideoType enum references
Member Of
updatePbsVideo mutation