INPUT_OBJECT
UpdateCommunityPointsCustomRewardRedemptionStatusesByRewardInput
Input for acting on all Community Points redemptions for a reward.
link GraphQL Schema definition
1 input UpdateCommunityPointsCustomRewardRedemptionStatusesByRewardInput { 4 2 # The channel ID the redemptions were made in. 3 : ID! 7 5 # The new status to set the redemptions to. 6 : CommunityPointsCustomRewardRedemptionStatus! 10 8 # The old status redemptions are currently set to. 9 : CommunityPointsCustomRewardRedemptionStatus! 13 11 # The reward ID to update all redemptions with oldStatus for. 12 : ID! 14 }