Relations#
Relations describe how elements interact with each other. They are the lines connecting the boxes in your diagram.
Syntax#
Source -> Destination "Label"Or with a technology/protocol:
Source -> Destination "Label" {
technology "HTTPS/JSON"
}Example#
User -> WebApp "Visits"
WebApp -> DB "Reads Data"