OBJECT

StatsByDay

link GraphQL Schema definition

1type StatsByDay {
2
3count: Int!
4
5timestamp: Int!
6
7}