SCALAR
URL
URL string scalar
link Required by
- 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 } } } ```
- FlightLogFileIndividual flight log files
- FunctionDroneDeploy Functions are our serverless infrastructure used for platform integrations requiring back-end APIs or asynchronous processing.
- IssueViewnull
- MapPlanLayernull
- 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.
- StoredAssetStored Asset files
- UpsertFunctionInputnull