OBJECT
Organization
An Organization which contains users and has various data associated with it. Since all plans created are linked with an organization there is a paginated Connection to plans which allows you to get all plans associated with the given organization.
link
Implements
Fields
Argument Name | Type | Description |
---|---|---|
before | String | (Not Documented) |
after | String | (Not Documented) |
first | Int | (Not Documented) |
last | Int | (Not Documented) |
IssueTypeConnection)
(Argument Name | Type | Description |
---|---|---|
before | String | (Not Documented) |
after | String | (Not Documented) |
first | Int | (Not Documented) |
last | Int | (Not Documented) |
link Required by
- Aircraftnull
- Batterynull
- Cameranull
- EquipmentA piece of equipment used in performing flights.
- FlightRecordA record of an individual flight
- Gimbalnull
- Issuenull
- IssueTypenull
- RemoteControllernull
- TableDataAn individual row of data stored in a table
- UserDroneDeploy 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 } } } ```