OBJECT

BuildACommunity

Associated metrics for the "Build a Community" quest.

link GraphQL Schema definition

1type BuildACommunity {
2
3# Image URL for the quest's badge.
4badgeURL: String
5
6# Time that this quest was completed.
7completedAt: Time
8
9# Number of followers needed to complete the quest.
10followers: QuestGoalInt
11
12# Number of Unique Chatters needed to complete the quest.
13uniqueChatters: QuestGoalInt
14
15}