UpdatePromoInput
No description
input UpdatePromoInput {
backgroundImageUrl: String
body: String
campaignName: String
destinationShowId: String
destinationType: PromoDestinationType
endAt: DateTime
startAt: DateTime
stationId: UUID
targetCohorts: [EndUserCohort]!
title: String
}
Fields
UpdatePromoInput.backgroundImageUrl
● String
scalar references
UpdatePromoInput.body
● String
scalar references
UpdatePromoInput.campaignName
● String
scalar references
UpdatePromoInput.destinationShowId
● String
scalar references
UpdatePromoInput.destinationType
● PromoDestinationType
enum references
UpdatePromoInput.endAt
● DateTime
scalar references
UpdatePromoInput.startAt
● DateTime
scalar references
UpdatePromoInput.stationId
● UUID
scalar references
UpdatePromoInput.targetCohorts
● [EndUserCohort]!
non-null enum references
UpdatePromoInput.title
● String
scalar references
Member Of
updatePromo
mutation