Connections
Edge Operators
Operator
Name
Style
Use Case
Basic Usage
@arch
[nodes]
a:Service A
b:Service B
c:Service C
d:Service D
e:Service E
[edges]
a->b:sync call
b-->c:async
c..d:optional
d<->e:bidirectionalEdge Labels
Multi-word Labels
Special Characters
Edge Styling
Colors
Width
Dash Pattern
Combined Styling
Named Styles
Common Patterns
Request/Response
Event-Driven
Error Flow
Async with Callback
Example: Full System
Next Steps
Last updated