OBJECT

CreateCommunityPointsCustomRewardPayload

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

link GraphQL Schema definition

1type CreateCommunityPointsCustomRewardPayload {
2
3# An error that occurred while creating a custom Community Points reward in a
4# channel.
5error: CreateCommunityPointsCustomRewardError
6
7# The newly created reward.
8reward: CommunityPointsCustomReward
9
10}