INPUT_OBJECT

UpdateCommunityPointsCustomRewardRedemptionStatusInput

Input for acting on a Community Points redemption.

link GraphQL Schema definition

1input UpdateCommunityPointsCustomRewardRedemptionStatusInput {
4
2# The channel ID the redemption was made in.
3channelID: ID!
7
5# The new status to set the redemption to.
6newStatus: CommunityPointsCustomRewardRedemptionStatus!
10
8# The redemption ID.
9redemptionID: ID!
11}