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