OBJECT

ItBegins

Associated metrics for the "It Begins" quest.

link GraphQL Schema definition

1type ItBegins {
2
3# Image URL for the quest's badge.
4badgeURL: String
5
6# Time that this quest was completed.
7completedAt: Time
8
9# Whether or not the user has streamed before.
10hasStreamed: Boolean
11
12# Whether or not the user has updated their category before.
13hasUpdatedCategory: Boolean
14
15# Whether or not the user has updated their stream title before.
16hasUpdatedStreamTitle: Boolean
17
18# Whether or not the user has visited their stream manager.
19hasVisitedDashboard: Boolean
20
21}