SCALAR
Float
The Float
scalar type represents signed double-precision fractional values as specified by IEEE 754.
link Required by
- Batterynull
- BatterySnapshotA record of an aircraft's battery at the point that a flight was flown
- BatterySnapshotInputAn aircraft's battery
- ElevationPointMeasurementnull
- 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 } } } ```
- ExportParametersnull
- ExportParametersInputnull
- FlightInfoDetails about a flight
- FlightInfoInputDetails about a flight
- FlightLocationnull
- FlightSettingsnull
- FlightSettingsInputnull
- LocationWGS84 Lat/Lng location data
- LocationInputWGS84 latitude/longitude location input data
- VertexPoint of a polygon
- VertexInputPoint of a polygon (input)
- VolumeMeasurementGet the volume of material a polygon in your plan. Assumes that object has no overhanging features, so most valuable for stockpiles, earth movement on construction sites, and quarry walls. For more information on volumes in DroneDeploy, see the [support page here](https://support.dronedeploy.com/docs/volume-measurement)