OBJECT

CommunityPointsCustomRewardTemplateCollection

A collection of custom reward templates for a category on a channel.

link GraphQL Schema definition

1type CommunityPointsCustomRewardTemplateCollection {
2
3# The category these templated custom rewards are for.
4category: CommunityPointsCustomRewardTemplateCollectionCategory!
5
6# The templated custom rewards.
7customRewardTemplates: [CommunityPointsCustomRewardTemplate!]!
8
9}