ProjectMeta
No description
type ProjectMeta {
currentPage: Int!
limitValue: Int!
totalAnalysis: Int
totalCount: Int!
totalDiscontinued: Int
totalDone: Int
totalPages: Int!
totalPaused: Int
totalPlanned: Int
}
Fields
ProjectMeta.currentPage
● Int!
non-null scalar
ProjectMeta.limitValue
● Int!
non-null scalar
ProjectMeta.totalAnalysis
● Int
scalar
ProjectMeta.totalCount
● Int!
non-null scalar
ProjectMeta.totalDiscontinued
● Int
scalar
ProjectMeta.totalDone
● Int
scalar
ProjectMeta.totalPages
● Int!
non-null scalar
ProjectMeta.totalPaused
● Int
scalar
ProjectMeta.totalPlanned
● Int
scalar
Member Of
ProjectCollection
object