ENUM

CommunityPointsCommunityGoalType

Community goal type.

link GraphQL Schema definition

1enum CommunityPointsCommunityGoalType {
2
3# Goal owned by creator.
4CREATOR
5
6# Community Boost Goal.
7BOOST
8
9# Goal type unknown.
10UNKNOWN
11}