/queryRequest
| Field | Type | Required | Constraints | Description |
|---|---|---|---|---|
type | string | Yes | "related" | — |
node_id | integer (u64) | Yes | — | Starting node. |
depth | integer | Yes | 0-100 | Maximum depth. |
Response
found is false, diagnostic explains why (e.g. node_not_found).
Get the related subgraph from a starting node.
/query| Field | Type | Required | Constraints | Description |
|---|---|---|---|---|
type | string | Yes | "related" | — |
node_id | integer (u64) | Yes | — | Starting node. |
depth | integer | Yes | 0-100 | Maximum depth. |
found is false, diagnostic explains why (e.g. node_not_found).