INPUT_OBJECT

UpdateCelebrationConfigInput

Inputs for updating the user's celebration config.

link GraphQL Schema definition

1input UpdateCelebrationConfigInput {
4
2# ID of channel to update the celebration config.
3channelID: ID!
7
5# If turn, celebrations are enabled on the channel.
6isEnabled: Boolean!
8}