INPUT_OBJECT

CelebrationProductConfigInput

Configuration settings to change for a celebration product.

link GraphQL Schema definition

1input CelebrationProductConfigInput {
4
2# The intensity of the celebration product.
3intensity: CelebrationIntensity!
7
5# If the celebration product is enabled for purchase in the channel.
6isEnabled: Boolean
11
8# ID of the offer (i.e. price) through which the celebration can be purchased in
9# the channel.
10offerID: ID
12}