OBJECT
CommunityPointsCustomRewardTemplateCollection
A collection of custom reward templates for a category on a channel.
link GraphQL Schema definition
1 type CommunityPointsCustomRewardTemplateCollection { 2 3 # The category these templated custom rewards are for. 4 : CommunityPointsCustomRewardTemplateCollectionCategory! 5 6 # The templated custom rewards. 7 : [CommunityPointsCustomRewardTemplate!]! 8 9 }