Docs
Reference
API Explorer
Become a Partner
close
GraphQL Schema
Schema
QueryRoot
MutationRoot
Scalars
Boolean
DateTime
Email
Float
ID
Int
JSONString
String
URL
Enums
AnnotationType
ApplicationCategory
AutoExportDeliveryStatusValue
ColumnType
EquipmentsSortOption
EquipmentStatus
EquipmentType
ExportFileFormat
ExportLayer
ExportStatus
FlightLogFileType
MapPlanStatus
MapPlanTemplateDefaults
NumberType
PluginLocation
StoredAssetType
WorkflowJobType
WorkflowQuality
__DirectiveLocation
__TypeKind
Interfaces
AircraftComponentSnapshot
Equipment
Node
Plan
TableColumn
Objects
AddProjectMemberPayload
Aircraft
AircraftSnapshot
Annotation
Application
AutoExportDeliveryStatus
AutoExportSetting
AutoExportSettingConnection
AutoExportSettingEdge
Battery
BatterySnapshot
BoundingPolygon
Camera
CameraSnapshot
CreateAnnotationPayload
CreateApplicationPayload
CreateApplicationVersionPayload
CreateApplicationVersionResult
CreateAutoExportSettingPayload
CreateExportPayload
CreateFlightRecordPayload
CreateIssuePayload
CreateMapPlanPayload
CreateMapPlanTemplatePayload
CreateProjectPayload
CreateTableColumnPayload
CreateTableDataPayload
CreateTablePayload
DateColumn
DateTimeColumn
DeleteAutoExportSettingPayload
DeleteTableDataPayload
EditTableDataPayload
ElevationPointMeasurement
EmailColumn
EquipmentComment
EquipmentConnection
EquipmentEdge
Export
ExportConnection
ExportEdge
ExportParameters
FlightControllerSnapshot
FlightInfo
FlightLocation
FlightLogFile
FlightLogFileConnection
FlightLogFileEdge
FlightRecord
FlightRecordConnection
FlightRecordEdge
FlightSettings
Function
Gimbal
GimbalSnapshot
Issue
IssueConnection
IssueEdge
IssueType
IssueTypeConnection
IssueTypeEdge
IssueView
Location
ManualPlan
ManualPlanTemplate
MapPlan
MapPlanConnection
MapPlanEdge
MapPlanLayer
MapPlanTemplate
NumberColumn
Organization
PageInfo
Photo
PhotoConnection
PhotoEdge
PlanConnection
PlanEdge
PreflightChecklistResult
ProgressPanoPlan
ProgressPanoPlanTemplate
ProgressPhotoPlan
ProgressPhotosPlanTemplate
ProgressVideoPlan
ProgressVideoPlanTemplate
Project
ProjectConnection
ProjectEdge
RemoteController
RemoteControllerSnapshot
RunAutoExportPayload
RunAutoExportResult
S3Credentials
StoredAsset
Table
TableData
TableDataConnection
TableDataEdge
TextColumn
UpdateAutoExportDeliveryStatusPayload
UpdateFlightRecordPayload
UpdateIssuePayload
UpdateIssueViewPayload
UpdateMapPlanPayload
UpdateProjectPayload
UploadUrl
UpsertFunctionPayload
UpsertTableDataPayload
User
ValidationInfo
Vertex
VolumeMeasurement
Webhook
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
Input Objects
AddProjectMemberInput
AircraftSnapshotInput
BatterySnapshotInput
BoundingPolygonInput
CameraSnapshotInput
CreateAnnotationInput
CreateApplicationInput
CreateApplicationVersionInput
CreateAutoExportSettingInput
CreateExportInput
CreateFlightRecordInput
CreateIssueInput
CreateMapPlanInput
CreateMapPlanTemplateInput
CreateProjectInput
CreateTableColumnInput
CreateTableDataInput
CreateTableInput
DeleteAutoExportSettingInput
DeleteTableDataInput
EditTableDataInput
EquipmentCommentInput
ExportParametersInput
FlightControllerSnapshotInput
FlightInfoInput
FlightSettingsInput
FunctionTriggerInput
GimbalSnapshotInput
LocationInput
PreflightChecklistResultInput
RemoteControllerSnapshotInput
RunAutoExportInput
UpdateAutoExportDeliveryStatusInput
UpdateFlightRecordInput
UpdateIssueInput
UpdateIssueViewInput
UpdateMapPlanInput
UpdateProjectInput
UpsertFunctionInput
UpsertTableDataInput
VertexInput
WebhookInput
WorkflowInput
Directives
include
skip
menu
Types
GraphiQL
open_in_new
OBJECT
Annotation
link
Implements
Node
Fields
id
(
ID
!)
The ID of the object.
annotationType
(
AnnotationType
!)
Type of the annotation
color
(
String
)
Hexadecimal color of the annotation as it is displayed on the map
fillColor
(
String
)
Fill color of the annotation
dateCreation
(
DateTime
)
Date the object was created
dateModified
(
DateTime
)
Date the object was last modified
title
(
String
)
Title of the annotation
geometry
([
Location
])
List of locations of the annotation, used for lines, area or volume annotations
plan
(
Plan
)
Plan the annotation was added to
user
(
User
)
User who created the annotation
link
Required by
CreateAnnotationPayload
Create an annotation of map data and queue it for processing
QueryRoot
null