PausePromotionResult
No description
type PausePromotionResult {
success: Boolean!
promotion: Promotion
errors: [CreatePromotionError!]
}
Fields
PausePromotionResult.success ● Boolean! non-null scalar
If the update to a Promotion was successful
PausePromotionResult.promotion ● Promotion object
The updated Promotion
PausePromotionResult.errors ● [CreatePromotionError!] list object
Any errors present when pausing a Promotion will be returned here
Returned By
pausePromotion mutation