Skip to main content

CreatePromoInput

No description

input CreatePromoInput {
backgroundImageUrl: String
body: String!
campaignName: String!
destinationShowId: String
destinationType: PromoDestinationType!
endAt: DateTime
startAt: DateTime
stationId: UUID!
targetCohorts: [EndUserCohort]!
title: String!
}

Fields

CreatePromoInput.backgroundImageUrl ● String scalar references

CreatePromoInput.body ● String! non-null scalar references

CreatePromoInput.campaignName ● String! non-null scalar references

CreatePromoInput.destinationShowId ● String scalar references

CreatePromoInput.destinationType ● PromoDestinationType! non-null enum references

CreatePromoInput.endAt ● DateTime scalar references

CreatePromoInput.startAt ● DateTime scalar references

CreatePromoInput.stationId ● UUID! non-null scalar references

CreatePromoInput.targetCohorts ● [EndUserCohort]! non-null enum references

CreatePromoInput.title ● String! non-null scalar references

Member Of

createPromo mutation