OBJECT
DashboardActivityFeedActivityBoostStart
When a Boost starts for the given user.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityBoostStart implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # The progress made toward the goalTarget. 7 : Int! 8 9 # The target size for the boost order. 10 : Int! 11 12 # Unique identifier for this Boost event. 13 : ID! 14 15 # The user who purchased the boost order. 16 : User 17 18 # The number of boosts in the order. 19 : Int! 20 21 # When this Boost event occurred. 22 : Time! 23 24 }
link Required by
This element is not required by anyone