OBJECT

ProjectStatsEdge

link GraphQL Schema definition

1type ProjectStatsEdge {
2
3cursor: String!
4
5node: ProjectStats!
6
7}