OBJECT

CelebrationConfig

The channels configuration of celebrations.

link GraphQL Schema definition

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