INPUT_OBJECT
CreateFlightRecordInput
link
| Parameter Name | Type | Description | 
|---|---|---|
| id | ID! | ID for the newly created flight record | 
| planId | ID! | Plan ID being flown | 
| appVersion | String! | Version of the DroneDeploy app used for this flight | 
| platform | String | Operating system used for this flight | 
| flightInfo | FlightInfoInput | Details about this flight | 
| aircraft | AircraftSnapshotInput | Aircraft used for this flight | 
| batteries | [BatterySnapshotInput] | Batteries used for this flight | 
| flightController | FlightControllerSnapshotInput | Flight controller details | 
| remoteController | RemoteControllerSnapshotInput | Remote controller details | 
| gimbal | GimbalSnapshotInput | Gimbal details | 
| camera | CameraSnapshotInput | Camera details | 
| preflightChecklistResult | PreflightChecklistResultInput | Responses from the users custom preflight checklist | 
| flightSettings | FlightSettingsInput | Settings which were used to make the flight | 
| clientMutationId | String |