OBJECT

DeleteCommunityPointsCustomRewardPayload

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

link GraphQL Schema definition

1type DeleteCommunityPointsCustomRewardPayload {
2
3# An error that occurred while deleting a custom Community Points reward in a
4# channel.
5error: DeleteCommunityPointsCustomRewardError
6
7# The now deleted reward.
8reward: CommunityPointsCustomReward
9
10}