OBJECT

UserStatsAllTime

link GraphQL Schema definition

1type UserStatsAllTime {
2
3givenProjectAppreciations: Int!
4
5givenProjectComments: Int!
6
7givenProjectViews: Int!
8
9receivedProfileViews: Int!
10
11receivedProjectAppreciations: Int!
12
13receivedProjectComments: Int!
14
15receivedProjectViews: Int!
16
17}

link Required by