INPUT_OBJECT

UpdateCommunityPointsCustomRewardRedemptionStatusesByChannelInput

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

link GraphQL Schema definition

1input UpdateCommunityPointsCustomRewardRedemptionStatusesByChannelInput {
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!
11}