INPUT_OBJECT

UpdateCelebrationProductConfigInput

Inputs for updating the user's celebration product config.

link GraphQL Schema definition

1input UpdateCelebrationProductConfigInput {
4
2# List of celebrations products for purchase in the channel.
3celebrationProducts: [CelebrationProductConfigInput!]!
7
5# ID of channel to update the celebration product config.
6channelID: ID!
8}