pub const PATH: &str = "Find a shortest path between two graph nodes, following edges in either direction. Each \
hop records the edge kind, provenance, and traversal direction (outgoing/incoming). A path \
lives within one project: a project-qualified `from` (<project>::<key>) selects that \
project (see list_projects).";Expand description
path.