link Required by
- Aircraftnull
- Annotationnull
- AutoExportSettingAutoExportSettings are used for saving custom export configurations. You can create AutoExportSettings using the createAutoExportSetting mutation. Example Query: ``` { node(id:"AutoExportSetting:5ab16b6b48273300019b14e1"){ ... on AutoExportSetting{ application { id } exportParameters { projection merge contourInterval layer fileFormat resolution } } } } ```
- Batterynull
- Cameranull
- DateColumnColumn definition for a date
- DateTimeColumnColumn definition for a date and a time
- EmailColumnColumn definition for an email address
- 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
- IssueViewnull
- ManualPlanTemplate for manual flight. Implements the Plan interface.
- ManualPlanTemplateTemplate for manual flight template. Implements the Plan interface.
- MapPlanUse MapPlan wherever you want to return a Plan that has the "map_plan" record type. Implements the Plan interface.
- MapPlanTemplateMapPlanTemplate corresponds to plan templates for creating DroneDeploy maps. Implements the Plan interface.
- NumberColumnColumn definition for a number
- PhotoProgress photos and map photos uploaded to DroneDeploy.
- PlanA Plan interface with attributes common to all plan record types.
- ProgressPanoPlanPlans for progress pano plans. Implements the Plan interface.
- ProgressPanoPlanTemplateTemplate for progress panos. Implements the Plan interface.
- ProgressPhotoPlanPlans for progress photos. Implements the Plan interface.
- ProgressPhotosPlanTemplateTemplate for progress photos. Implements the Plan interface.
- ProgressVideoPlanPlans for progress video plans. Implements the Plan interface.
- ProgressVideoPlanTemplateTemplate for progress video. Implements the Plan interface.
- ProjectDetails about a flight
- QueryRootnull
- RemoteControllernull
- TableTables are a structured representation of data that can be stored
- TableColumnAn interface representing the common fields available on table columns.
- TableDataAn individual row of data stored in a table
- TextColumnColumn definition for text