OBJECT

CheerPartnerCheerBombSettings

Bits partner dashboard settings for the bits cheer bomb events.

link GraphQL Schema definition

1type CheerPartnerCheerBombSettings {
2
3# Flag that is true if the user has opted out of seasonal cheer bomb events.
4isOptedOut: Boolean!
5
6}