OBJECT

PathToAffiliate

Associated metrics for the "Path to Affiliate" quest.

link GraphQL Schema definition

1type PathToAffiliate {
2
3# Average viewers needed to complete the quest.
4averageViewers: QuestGoalFloat
5
6# Image URL for the quest's badge.
7badgeURL: String
8
9# Time that this quest was completed.
10completedAt: Time
11
12# Number of followers needed to complete the quest. Evaluated at a 6 month period.
13# All other metrics are evaluated in 30 day periods.
14followers: QuestGoalInt
15
16# Number of hours streamed needed to complete the quest.
17hoursStreamed: QuestGoalFloat
18
19# Number of unique days needed to complete the quest.
20uniqueDaysStreamed: QuestGoalInt
21
22# Current state of the user's affiliate invitation.
23affiliateInvitationStatus: AffiliateInvitationStatus
24
25}