Skip to main content
Version: 3.x

PromotionUpdateInput

No description

input PromotionUpdateInput {
description: JSON
startDate: DateTime
endDate: DateTime
name: String
}

Fields

PromotionUpdateInput.description ● JSON scalar

Promotion description.

PromotionUpdateInput.startDate ● DateTime scalar

The start date of the promotion in ISO 8601 format.

PromotionUpdateInput.endDate ● DateTime scalar

The end date of the promotion in ISO 8601 format.

PromotionUpdateInput.name ● String scalar

Promotion name.

Member of

promotionUpdate mutation


Was this page helpful?