INPUT_OBJECT

CommunityPointsCustomRewardMaxPerStreamSettingInput

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

link GraphQL Schema definition

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