CreateLivestreamInput
No description
input CreateLivestreamInput {
description: String
embedCode: String
logo: String
name: String!
pbsStationManagerLivestreamFeedCid: String
pbsTvssFeedCid: String
shortDescription: String
sourceUrl: String
stationId: UUID!
vimeoLiveEventId: String
weight: Int
}
Fields
CreateLivestreamInput.description
● String
scalar references
CreateLivestreamInput.embedCode
● String
scalar references
CreateLivestreamInput.logo
● String
scalar references
CreateLivestreamInput.name
● String!
non-null scalar references
CreateLivestreamInput.pbsStationManagerLivestreamFeedCid
● String
scalar references
CreateLivestreamInput.pbsTvssFeedCid
● String
scalar references
CreateLivestreamInput.shortDescription
● String
scalar references
CreateLivestreamInput.sourceUrl
● String
scalar references
CreateLivestreamInput.stationId
● UUID!
non-null scalar references
CreateLivestreamInput.vimeoLiveEventId
● String
scalar references
CreateLivestreamInput.weight
● Int
scalar references
Member Of
createLivestream
mutation