Common interface for annotations or virtual overlays added to the model.
interface Annotation {created: DateTime! # Whether or not this annotation should# be shown in public views.enabled: Boolean! id: ID! # A label describing the annotation, intended to be displayed in public views.label: String modified: DateTime! }