graph-path
Identify paths between nodes in a graph by specifying start and end points using IDs or labels. Supports exploration of relationships with customizable depth for efficient analysis.
Instructions
Find a path of nodes from A to B (by id or label/type).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from | Yes | ||
maxDepth | No | ||
to | Yes |