OBJECT

ProjectStats

link GraphQL Schema definition

1type ProjectStats {
2
3appreciations: Int!
4
5comments: Int!
6
7project: Project
8
9views: Int!
10
11viewsByTimestamp: [StatsByDay]
12
13}