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