OBJECT
DashboardActivityFeedActivityCelebrationPurchaseEvent
When a Celebration event occurs for the given user.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityCelebrationPurchaseEvent implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # The effect used for the celebration. 7 : CelebrationEffect! 8 9 # Unique identifier for this Celebration event. 10 : ID! 11 12 # The intensity of the celebration. 13 : CelebrationIntensity! 14 15 # The user who purchased the celebration. 16 : User 17 18 # When this Celebration event occurred. 19 : Time! 20 21 }
link Required by
This element is not required by anyone