ProjectMeta
No description
type ProjectMeta {
currentPage: Int!
engagementStatuses: [AnalysisStatusType!]
engagementTypes: [ProjectType!]
limitValue: Int!
tags: [String!]
teams: [Team!]
total: Int
totalAnalysis: Int
totalCount: Int!
totalDiscontinued: Int
totalDone: Int
totalEstimate: Int
totalFixing: Int
totalPages: Int!
totalPaused: Int
totalPlanned: Int
}
Fields
ProjectMeta.currentPage
● Int!
non-null scalar
ProjectMeta.engagementStatuses
● [AnalysisStatusType!]
list object
ProjectMeta.engagementTypes
● [ProjectType!]
list object
ProjectMeta.limitValue
● Int!
non-null scalar
ProjectMeta.tags
● [String!]
list scalar
ProjectMeta.teams
● [Team!]
list object
ProjectMeta.total
● Int
scalar
ProjectMeta.totalAnalysis
● Int
scalar
ProjectMeta.totalCount
● Int!
non-null scalar
ProjectMeta.totalDiscontinued
● Int
scalar
ProjectMeta.totalDone
● Int
scalar
ProjectMeta.totalEstimate
● Int
scalar
ProjectMeta.totalFixing
● Int
scalar
ProjectMeta.totalPages
● Int!
non-null scalar
ProjectMeta.totalPaused
● Int
scalar
ProjectMeta.totalPlanned
● Int
scalar
Member Of
ProjectCollection
object