INPUT_OBJECT

UpdateCelebrationUserSettingsInput

Inputs for updating the user's celebration user settings.

link GraphQL Schema definition

1input UpdateCelebrationUserSettingsInput {
4
2# If true, celebrations are disabled for the user to see.
3isOptedOut: Boolean
5}