OBJECT

CommunityPointsCustomRewardUserRedemption

Custom reward user redemption.

link GraphQL Schema definition

1type CommunityPointsCustomRewardUserRedemption {
2
3# The custom reward.
4reward: CommunityPointsCustomReward!
5
6# The amount of redempetions per user on this reward during the current stream.
7userRedemptionsCurrentStream: Int!
8
9}