OBJECT

UpdateCommunityPointsCustomRewardRedemptionStatusesByRewardPayload

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

link GraphQL Schema definition

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