INPUT_OBJECT
CreateAnnotationInput
link
| Parameter Name | Type | Description |
|---|---|---|
| planId | ID! | ID of the plan you are adding an annotation to. In the format "MapPlan:{identifier}" |
| annotationType | AnnotationType! | Type of the annotation |
| title | String | Title of the annotation |
| geometry | [LocationInput] | List of locations of the annotation |
| color | String | Hexadecimal color of the annotation as it is displayed on the map |
| fillColor | String | Fill color of the annotation |
| clientMutationId | String |