OBJECT
Quests
The quests associated with a user.
link GraphQL Schema definition
1 type Quests { 2 3 # "Build a Community" quest. 4 : BuildACommunity 5 6 # "It Begins" quest. 7 : ItBegins 8 9 # "Path to Affiliate" quest. 10 : PathToAffiliate 11 12 # "Path to Partner" quest. 13 : PathToPartner 14 15 }