Skip to content

Graph Neighbors Node

Data/Database/Graph/Query

Finds neighbor nodes by traversing edges from a seed node

graph_neighborsdata
Inputs7
Outputs5
Security exposureUnrated
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

7

Input

Execution
exec_in

Graph Connection

Struct
graph

Graph connection reference

NodeGraphConnectionNodeGraphConnection1 fields
cache_keystringrequired
Schema enforced

Node Label

String
label

Label of the seed node

Node ID

String
node_id

ID of the seed node

Depth

Integer
depth

Maximum traversal depth (1-5)

Default 1

Direction

String
direction

Traversal direction: outgoing, incoming, or both

Default both

Limit

Integer
limit

Maximum number of results

Default 1000

Output Pins

5

Done

Execution
exec_out

Traversal completed

Error

Execution
error

Traversal failed

Error Message

String
error_message

Error details

Nodes

Struct Array
result_nodes

Discovered nodes

SubgraphNodeSubgraphNode5 fields
idstringrequired
labelstringrequired
captionstring | null
statsanyOf (2)

Only the seedless sampler knows population counts; every other path leaves this unset. `flow-like-catalog-core` mirrors this struct without the field, so a subgraph routed through that type loses the stats.

variant 1SubgraphNodeStatsvariant

Population fan-out of one object, as seen through the sampling window.

out_by_labelArray<EdgeLabelCount>required
itemsEdgeLabelCountarray item
exactbooleanrequired

False when the window did not cover the whole relationship table, which makes every count a lower bound.

variant 2nullvariant
property_metadataMap<string, Map<string, string>>

Arrow field metadata for typed property previews.

*Map<string, string>map value
*stringmap value

Edges

Struct Array
result_edges

Discovered edges

SubgraphEdgeSubgraphEdge5 fields
idstringrequired
sourcestringrequired
targetstringrequired
labelstringrequired
property_metadataMap<string, Map<string, string>>

Arrow field metadata for typed property previews.

*Map<string, string>map value
*stringmap value

Node Info

Internal name
graph_neighbors
Category
Data/Database/Graph/Query