OBJECT

UpdateCommunityPointsCustomRewardRedemptionStatusesByRedemptionsPayload

The response from acting on the Community Points redemptions from the provided list. Most of the work is done as an async task and redemption status changes are pushed over pubsub.

link GraphQL Schema definition

1type UpdateCommunityPointsCustomRewardRedemptionStatusesByRedemptionsPayload {
2
3# An error that occurred while updating the redemption statuses.
4error: UpdateCommunityPointsCustomRewardRedemptionStatusesError
5
6}