INPUT_OBJECT

UpdateCommunityPointsCustomRewardRedemptionStatusesByRewardInput

Input for acting on all Community Points redemptions for a reward.

link GraphQL Schema definition

1input UpdateCommunityPointsCustomRewardRedemptionStatusesByRewardInput {
4
2# The channel ID the redemptions were made in.
3channelID: ID!
7
5# The new status to set the redemptions to.
6newStatus: CommunityPointsCustomRewardRedemptionStatus!
10
8# The old status redemptions are currently set to.
9oldStatus: CommunityPointsCustomRewardRedemptionStatus!
13
11# The reward ID to update all redemptions with oldStatus for.
12rewardID: ID!
14}