INPUT_OBJECT

CommunityPointsCustomRewardGlobalCooldownSettingInput

Input for creating and updating a Community Points custom reward's max per stream settings.

link GraphQL Schema definition

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