hub_graph
Retrieve the relationship graph between projects and resources, showing edges for dependencies, deployments, and exposures. Filter results by project or resource type.
Instructions
The typed relationship graph across projects AND resources: who runs where, what depends on / deploys to / exposes what. Edges are frontmatter [[links]] keyed by relation (runs_on, depends_on, deploys_to, exposes, part_of, ...). Returns nodes, edges, and dangling links. Filter by project or type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | only edges touching a node of this type | |
| project | No | only edges touching this project/resource slug |