OBJECT

UpdateCommunityPointsCustomRewardPayload

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

link GraphQL Schema definition

1type UpdateCommunityPointsCustomRewardPayload {
2
3# An error that occurred while updating a custom Community Points reward in a
4# channel.
5error: UpdateCommunityPointsCustomRewardError
6
7# The newly updated reward.
8reward: CommunityPointsCustomReward
9
10}