OBJECT
ItBegins
Associated metrics for the "It Begins" quest.
link GraphQL Schema definition
1 type ItBegins { 2 3 # Image URL for the quest's badge. 4 : String 5 6 # Time that this quest was completed. 7 : Time 8 9 # Whether or not the user has streamed before. 10 : Boolean 11 12 # Whether or not the user has updated their category before. 13 : Boolean 14 15 # Whether or not the user has updated their stream title before. 16 : Boolean 17 18 # Whether or not the user has visited their stream manager. 19 : Boolean 20 21 }