OBJECT
PathToPartner
Associated metrics for the "Path to Partner" quest.
link GraphQL Schema definition
1 type PathToPartner { 2 3 # Average viewers needed to complete the quest. 4 : QuestGoalFloat 5 6 # Image URL for the quest's badge. 7 : String 8 9 # Time that this quest was completed. 10 : Time 11 12 # Number of hours streamed needed to complete the quest. 13 : QuestGoalFloat 14 15 # Time period that's being evaluated for the metrics/goals. 16 : QuestEvaluationInterval 17 18 # Number of unique days needed to complete the quest. 19 : QuestGoalInt 20 21 }