INPUT_OBJECT

CommunityPointsCustomRewardMaxPerUserPerStreamSettingInput

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

link GraphQL Schema definition

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