OBJECT

ProcessingProjectSummary

link GraphQL Schema definition

1type ProcessingProjectSummary {
2
3total: Int!
4
5totalIncomplete: Int!
6
7totalComplete: Int!
8
9totalCanceled: Int!
10
11}