OBJECT

DashboardActivityFeedActivityBoostStart

When a Boost starts for the given user.

link GraphQL Schema definition

1type DashboardActivityFeedActivityBoostStart implements DashboardActivityFeedActivity {
2
3# Status of the corresponding alert.
4alertStatus: DashboardActivityFeedActivityAlertStatus
5
6# The progress made toward the goalTarget.
7goalProgress: Int!
8
9# The target size for the boost order.
10goalTarget: Int!
11
12# Unique identifier for this Boost event.
13id: ID!
14
15# The user who purchased the boost order.
16purchaser: User
17
18# The number of boosts in the order.
19quantity: Int!
20
21# When this Boost event occurred.
22timestamp: Time!
23
24}

link Required by

This element is not required by anyone