OBJECT

DashboardActivityFeedActivityCopoGoalEnd

When a Community Goal ends for the channel.

link GraphQL Schema definition

1type DashboardActivityFeedActivityCopoGoalEnd implements DashboardActivityFeedActivity {
2
3# Status of the corresponding alert.
4alertStatus: DashboardActivityFeedActivityAlertStatus
5
6# The target number of points for the goal that has ended.
7goalAmount: Int!
8
9# The id of the goal that has ended.
10goalID: ID!
11
12# The current status of the goal that has ended.
13goalStatus: CommunityPointsCommunityGoalStatus!
14
15# The title of the goal that has ended.
16goalTitle: String!
17
18# The type of the goal that has ended.
19goalType: CommunityPointsCommunityGoalType!
20
21# Unique identifier for this goal end event.
22id: ID!
23
24# The number of points contributed towards the goal.
25pointsContributed: Int!
26
27# The name of the community points on the channel.
28pointsName: String
29
30# When this goal end event occurred.
31timestamp: Time!
32
33}

link Required by

This element is not required by anyone