INPUT_OBJECT
UpdateCommunityPointsCustomRewardRedemptionStatusInput
Input for acting on a Community Points redemption.
link GraphQL Schema definition
1 input UpdateCommunityPointsCustomRewardRedemptionStatusInput { 4 2 # The channel ID the redemption was made in. 3 : ID! 7 5 # The new status to set the redemption to. 6 : CommunityPointsCustomRewardRedemptionStatus! 10 8 # The redemption ID. 9 : ID! 11 }