OBJECT

CelebrationUserSettings

A container for celebration settings for the logged in user.

link GraphQL Schema definition

1type CelebrationUserSettings {
2
3# A boolean flag that denotes if the user has opted out of seeing celebrations.
4isOptedOut: Boolean!
5
6}