Files
hst-api/app.py
root 4df8ae273e Add edge_type support to graph table and API
- New column edge_type varchar(30) in graph table
- GET /api/graph/edges returns edge_type (defaults to "db" if null)
- POST /api/graph/edges accepts type parameter and stores as edge_type

Types: mirror, sequence, composition, dependency, maturity, manual, db
2026-01-02 01:24:58 +00:00

9.1 KiB