PromotionEventInterface
No description
interface PromotionEventInterface {
id: ID!
date: DateTime!
type: PromotionEventsEnum!
createdBy: UserOrApp
}
Fields
PromotionEventInterface.id
● ID!
non-null scalar
PromotionEventInterface.date
● DateTime!
non-null scalar
Date when event happened.
PromotionEventInterface.type
● PromotionEventsEnum!
non-null enum
Promotion event type.
PromotionEventInterface.createdBy
● UserOrApp
union
User or App that created the promotion event.
Implemented by
PromotionCreatedEvent
object ● PromotionEndedEvent
object ● PromotionRuleCreatedEvent
object ● PromotionRuleDeletedEvent
object ● PromotionRuleUpdatedEvent
object ● PromotionStartedEvent
object ● PromotionUpdatedEvent
object