OBJECT

DraftProjects

link GraphQL Schema definition

1type DraftProjects {
2
3count: Int!
4
5projects: [Project]!
6
7}

link Required by