OBJECT

ProjectStatsConnection

link GraphQL Schema definition

1type ProjectStatsConnection {
2
3edges: [ProjectStatsEdge]!
4
5nodes: [ProjectStats]!
6
7pageInfo: PageInfo!
8
9}

link Required by