Query
Every GraphQL schema has a root type for both queries and mutations. The query type defines GraphQL operations that retrieve data from the server.
Fields
[CostRecord]
)
queries for cost records
Argument | Type | Description |
---|---|---|
filter |
CostsFilterInput
|
The default value is |
orderBy |
CostOrder
|
[CostTypeDescription]
)
Provides description for system wide cost types
Argument | Type | Description |
---|---|---|
filter |
CostTypeDescriptionFilterInput
|
The default value is |
User
)
License
)
Provides license information for this server or the current cloud site
ProjectPlanVersion
)
use project->plan->version
Argument | Type | Description |
---|---|---|
id |
Long!
|
[Pool]
)
Argument | Type | Description |
---|---|---|
filter |
ResourceFilterInput
|
The default value is |
orderBy |
ResourceOrder
|
Portfolio
)
[Portfolio]
)
Argument | Type | Description |
---|---|---|
filter |
ProjectsFilterInput
|
The default value is |
orderBy |
ProjectOrder
|
[ProjectCriterion]
)
ProjectNode
)
[ProjectNode]
)
gets projects and portfolios using an optional filter
Argument | Type | Description |
---|---|---|
filter |
ProjectsFilterInput
|
The default value is |
orderBy |
ProjectOrder
|
[ProjectStatus]
)
ProjectWebhook
)
gets a webhook by its id
Argument | Type | Description |
---|---|---|
id |
String
|
[Project]
)
gets projects using an optional filter
Argument | Type | Description |
---|---|---|
filter |
ProjectsFilterInput
|
The default value is |
orderBy |
ProjectOrder
|
ResourceNode
)
[ResourceNode]
)
Argument | Type | Description |
---|---|---|
filter |
ResourceFilterInput
|
The default value is |
orderBy |
ResourceOrder
|
[Resource]
)
Argument | Type | Description |
---|---|---|
filter |
ResourceFilterInput
|
The default value is |
orderBy |
ResourceOrder
|
Pool
)
use pool
Portfolio
)
use portfolio
gets the root portfolio
Template
)
[Template]
)
Argument | Type | Description |
---|---|---|
filter |
ProjectsFilterInput
|
The default value is |
orderBy |
ProjectOrder
|
[TimeRecord]
)
Query for work records
Argument | Type | Description |
---|---|---|
filter |
TimeFilterInput
|
The default value is |
orderBy |
TimeOrder
|
[ViewType]
)
Argument | Type | Description |
---|---|---|
type |
String
|
[WorkRecord]
)
Query for work records
Argument | Type | Description |
---|---|---|
filter |
WorkFilterInput
|
The default value is |
orderBy |
WorkOrder
|