CreatePbsVideoInput
No description
input CreatePbsVideoInput {
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
CreatePbsVideoInput.chapters
● [JSON]
list scalar references
CreatePbsVideoInput.contentDescriptors
● [ContentDescriptor]
list enum references
CreatePbsVideoInput.contentRating
● ContentRating
enum references
CreatePbsVideoInput.drmEnabled
● Boolean
scalar references
CreatePbsVideoInput.duration
● Int!
non-null scalar references
CreatePbsVideoInput.embedCodeVideoId
● String
scalar references
CreatePbsVideoInput.episodeNumber
● Int
scalar references
CreatePbsVideoInput.fetchedAt
● DateTime!
non-null scalar references
CreatePbsVideoInput.funderMessage
● String
scalar references
CreatePbsVideoInput.images
● [JSON]
list scalar references
CreatePbsVideoInput.isPublished
● Boolean
scalar references
CreatePbsVideoInput.legacyTpMediaId
● String
scalar references
CreatePbsVideoInput.longDescription
● String!
non-null scalar references
CreatePbsVideoInput.pbsId
● UUID!
non-null scalar references
CreatePbsVideoInput.pbsShowId
● String!
non-null scalar references
CreatePbsVideoInput.pbsUpdatedAt
● DateTime!
non-null scalar references
CreatePbsVideoInput.premiereDate
● DateTime
scalar references
CreatePbsVideoInput.season
● Int
scalar references
CreatePbsVideoInput.shortDescription
● String!
non-null scalar references
CreatePbsVideoInput.skipSponsorship
● Boolean
scalar references
CreatePbsVideoInput.slug
● String!
non-null scalar references
CreatePbsVideoInput.title
● String!
non-null scalar references
CreatePbsVideoInput.tvScheduleId
● String
scalar references
CreatePbsVideoInput.videoType
● VideoType!
non-null enum references
Member Of
createPbsVideo
mutation