OBJECT
DashboardActivityFeedActivityCopoGoalEnd
When a Community Goal ends for the channel.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityCopoGoalEnd implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # The target number of points for the goal that has ended. 7 : Int! 8 9 # The id of the goal that has ended. 10 : ID! 11 12 # The current status of the goal that has ended. 13 : CommunityPointsCommunityGoalStatus! 14 15 # The title of the goal that has ended. 16 : String! 17 18 # The type of the goal that has ended. 19 : CommunityPointsCommunityGoalType! 20 21 # Unique identifier for this goal end event. 22 : ID! 23 24 # The number of points contributed towards the goal. 25 : Int! 26 27 # The name of the community points on the channel. 28 : String 29 30 # When this goal end event occurred. 31 : Time! 32 33 }
link Required by
This element is not required by anyone