INPUT_OBJECT

UpdateCommunityPointsCustomRewardRedemptionStatusesByRedemptionsInput

Input for acting on the Community Points redemptions from the provided list.

link GraphQL Schema definition

1input UpdateCommunityPointsCustomRewardRedemptionStatusesByRedemptionsInput {
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 redemption IDs to update.
12redemptionIDs: [ID!]!
14}