OBJECT
CelebrationConfig
The channels configuration of celebrations.
link GraphQL Schema definition
1 type CelebrationConfig { 2 3 # List of celebrations for this channel. 4 : [Celebration!]! 5 6 # The identifier for the celebration config. 7 : ID! 8 9 # If celebrations are enabled on this channel. 10 : Boolean! 11 12 }