OBJECT

UpdateCommunityPointsAutomaticRewardPayload

The response from updating an automatic Community Points reward in a channel.

link GraphQL Schema definition

1type UpdateCommunityPointsAutomaticRewardPayload {
2
3# An error that occurred while updating an automatic Community Points reward in a
4# channel.
5error: UpdateCommunityPointsAutomaticRewardError
6
7# The newly updated reward.
8reward: CommunityPointsAutomaticReward
9
10}