OBJECT

UpdateCommunityPointsCustomRewardRedemptionStatusesByChannelPayload

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

link GraphQL Schema definition

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