INPUT_OBJECT
UpdateCommunityPointsCustomRewardRedemptionStatusesByRedemptionsInput
Input for acting on the Community Points redemptions from the provided list.
link GraphQL Schema definition
1 input UpdateCommunityPointsCustomRewardRedemptionStatusesByRedemptionsInput { 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 redemption IDs to update. 12 : [ID!]! 14 }