OBJECT

CommunityPointsCustomRewardGlobalCooldownSetting

Settings for how often a custom reward may be redeemed per stream.

link GraphQL Schema definition

1type CommunityPointsCustomRewardGlobalCooldownSetting {
2
3# The most rewards of this type that can be redeemed per the global cooldown.
4globalCooldownSeconds: Int!
5
6# Whether the cooldown is being enforced.
7isEnabled: Boolean!
8
9}