ENUM

CommunityPointsCommunityGoalStatus

Community goal status.

link GraphQL Schema definition

1enum CommunityPointsCommunityGoalStatus {
2
3# Goal was just created.
4UNSTARTED
5
6# Goal was started.
7STARTED
8
9# Goal ended.
10ENDED
11
12# Goal marked fulfilled by streamer.
13FULFILLED
14
15# Goal archived.
16ARCHIVED
17
18# Goal status unknown.
19UNKNOWN
20}