ENUM

CommunityPointsCustomRewardTemplateCollectionCategory

The possible categories for a collection of custom reward templates.

link GraphQL Schema definition

1enum CommunityPointsCustomRewardTemplateCollectionCategory {
2
3# Unknown category.
4UNKNOWN
5
6# The templates are for custom rewards that are related to actions in a game.
7GAME
8
9# The templates are for custom rewards that are related to actions irl.
10IRL
11
12# The templates are for custom rewards that are related to actions on twitch.
13TWITCH
14}