Skip to main content

PromotionUpdateInput Input Type

No description

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

Fields

description ● JSON

Promotion description.

startDate ● DateTime

The start date of the promotion in ISO 8601 format.

endDate ● DateTime

The end date of the promotion in ISO 8601 format.

name ● String

Promotion name.

Member Of

promotionUpdate mutation