OBJECT

DashboardActivityFeedActivityCelebrationPurchaseEvent

When a Celebration event occurs for the given user.

link GraphQL Schema definition

1type DashboardActivityFeedActivityCelebrationPurchaseEvent implements DashboardActivityFeedActivity {
2
3# Status of the corresponding alert.
4alertStatus: DashboardActivityFeedActivityAlertStatus
5
6# The effect used for the celebration.
7effect: CelebrationEffect!
8
9# Unique identifier for this Celebration event.
10id: ID!
11
12# The intensity of the celebration.
13intensity: CelebrationIntensity!
14
15# The user who purchased the celebration.
16purchasingUser: User
17
18# When this Celebration event occurred.
19timestamp: Time!
20
21}

link Required by

This element is not required by anyone