OBJECT
QueryRoot
link
Fields
| Argument Name | Type | Description |
|---|---|---|
| id | ID! | The ID of the Node you are querying for. Is in the format "{Type}:{Identifier}" |
(User)
Currently authenticated user(Application)
| Argument Name | Type | Description |
|---|---|---|
| id | ID! | (Not Documented) |
(FlightRecord)
Single flight record by ID| Argument Name | Type | Description |
|---|---|---|
| id | ID | Flight record ID |
(FlightRecordConnection)
Flight records by plan ID, user ID, or organization ID| Argument Name | Type | Description |
|---|---|---|
| planId | ID | Plan ID |
| projectIds | [ID] | (Not Documented) |
| userIds | [ID] | (Not Documented) |
| organizationId | ID | Organization ID |
| startDate | DateTime | Start Date |
| endDate | DateTime | End Date |
| before | String | (Not Documented) |
| after | String | (Not Documented) |
| first | Int | (Not Documented) |
| last | Int | (Not Documented) |
(Export)
Get a single export object by ID| Argument Name | Type | Description |
|---|---|---|
| id | ID | Export ID |
(MapPlan)
MapPlan by ID| Argument Name | Type | Description |
|---|---|---|
| id | ID! | MapPlan ID |
(ProgressPhotoPlan)
ProgressPhotoPlan by ID| Argument Name | Type | Description |
|---|---|---|
| id | ID! | ProgressPhotoPlan ID |
(Annotation)
Annotation by ID| Argument Name | Type | Description |
|---|---|---|
| id | ID! | Annotation ID |
(Photo)
Photo by ID| Argument Name | Type | Description |
|---|---|---|
| id | ID! | Photo ID |
(Project)
Project by ID| Argument Name | Type | Description |
|---|---|---|
| id | ID! | Project ID |
(ProjectConnection)
All projects accessible to the querying user| Argument Name | Type | Description |
|---|---|---|
| before | String | (Not Documented) |
| after | String | (Not Documented) |
| first | Int | (Not Documented) |
| last | Int | (Not Documented) |
link Require by
This element is not required by anyone