OBJECT
User
DroneDeploy user object. Can be queried for user details but also used for traversing user associated data such as organization.
An example query for User would be
{
user {
id
username
organization {
id
name
}
}
}
link
Implements
Fields
Argument Name | Type | Description |
---|---|---|
planId | ID | Plan ID |
before | String | (Not Documented) |
after | String | (Not Documented) |
first | Int | (Not Documented) |
last | Int | (Not Documented) |
String)
( First name of the userString)
( Last name of the userEquipmentConnection)
( All equipment in the querying user's organizationArgument Name | Type | Description |
---|---|---|
filterTypes | [EquipmentType] | (Not Documented) |
statuses | [EquipmentStatus] | (Not Documented) |
organizationId | ID | Organization ID - defaults to the user's current organization |
sortBy | EquipmentsSortOption | Sort type |
before | String | (Not Documented) |
after | String | (Not Documented) |
first | Int | (Not Documented) |
last | Int | (Not Documented) |
ExportConnection)
( Get exportsArgument Name | Type | Description |
---|---|---|
planId | ID | Map Plan ID |
expired | Boolean | Show expired exports |
before | String | (Not Documented) |
after | String | (Not Documented) |
first | Int | (Not Documented) |
last | Int | (Not Documented) |
IssueType])
([ List of org-specific or default issue typeslink Required by
- Aircraftnull
- Annotationnull
- Batterynull
- Cameranull
- EquipmentA piece of equipment used in performing flights.
- EquipmentCommentnull
- ExportExports are used for getting data out of the DroneDeploy platform. You can create exports using the createExport mutation. Exports take some time to process so after one is created you need to wait until it has the status "COMPLETE" before a download link is available. Exports last for 30 days before expiring and will need to be regenerated after that. Example Query: ``` { node(id:"Export:5ab16b6b48273300019b14e1"){ ... on Export{ user{ username } parameters { projection merge contourInterval layer fileFormat resolution } status downloadPath } } } ```
- FlightRecordA record of an individual flight
- Gimbalnull
- Issuenull
- IssueTypenull
- ProjectDetails about a flight
- QueryRootnull
- RemoteControllernull