CreateLivestreamInput
No description
input CreateLivestreamInput {
description: String
embedCode: String
livestreamComAccountId: String
livestreamComEventId: String
logo: String
name: String!
pbsStationManagerLivestreamFeedCid: String
pbsTvssFeedCid: String
shortDescription: String
sourceUrl: String
stationId: UUID!
weight: Int
}
Fields
CreateLivestreamInput.description
● String
scalar references
CreateLivestreamInput.embedCode
● String
scalar references
CreateLivestreamInput.livestreamComAccountId
● String
scalar references
CreateLivestreamInput.livestreamComEventId
● 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.weight
● Int
scalar references
Member Of
createLivestream
mutation