ENUM

CommunityPointsContentType

The different types of content for community points.

link GraphQL Schema definition

1enum CommunityPointsContentType {
2
3# The content type is not understood by GQL.
4UNKNOWN
5
6# The content type for automatic rewards.
7AUTOMATIC_REWARD
8
9# The content type for custom rewards.
10CUSTOM_REWARD
11}