SCALAR
Int
The Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31 - 1) and 2^31 - 1 since represented in JSON as double-precision floating point numbers specifiedby 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
- CreateTableColumnInputnull
- DeleteTableDataPayloadDeletes rows in the data store by external keys.
- ExportParametersnull
- ExportParametersInputnull
- FlightInfoDetails about a flight
- FlightInfoInputDetails about a flight
- FunctionDroneDeploy Functions are our serverless infrastructure used for platform integrations requiring back-end APIs or asynchronous processing.
- Issuenull
- MapPlanUse MapPlan wherever you want to return a Plan that has the "map_plan" record type. Implements the Plan interface.
- OrganizationAn 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.
- ProgressPhotoPlanPlans for progress photos. Implements the Plan interface.
- ProjectDetails about a flight
- QueryRootnull
- TableTables are a structured representation of data that can be stored
- TextColumnColumn definition for text
- UpsertFunctionInputnull
- 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 } } } ```