OBJECT

Quests

The quests associated with a user.

link GraphQL Schema definition

1type Quests {
2
3# "Build a Community" quest.
4buildACommunity: BuildACommunity
5
6# "It Begins" quest.
7itBegins: ItBegins
8
9# "Path to Affiliate" quest.
10pathToAffiliate: PathToAffiliate
11
12# "Path to Partner" quest.
13pathToPartner: PathToPartner
14
15}