OBJECT

PathToPartner

Associated metrics for the "Path to Partner" quest.

link GraphQL Schema definition

1type PathToPartner {
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 hours streamed needed to complete the quest.
13hoursStreamed: QuestGoalFloat
14
15# Time period that's being evaluated for the metrics/goals.
16questEvaluationInterval: QuestEvaluationInterval
17
18# Number of unique days needed to complete the quest.
19uniqueDaysStreamed: QuestGoalInt
20
21}