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