OBJECT

RedeemCommunityPointsCustomRewardPayload

The response from redeeming a custom Community Points reward in a channel.

link GraphQL Schema definition

1type RedeemCommunityPointsCustomRewardPayload {
2
3# An error that occurred while redeeming a custom Community Points reward in a
4# channel.
5error: RedeemCommunityPointsCustomRewardError
6
7# The newly created redemption.
8redemption: CommunityPointsCustomRewardRedemption
9
10}