PathFindingOptions
age-schema-client / PathFindingOptions
Interface: PathFindingOptions
Defined in: src/query/algorithms.ts:34
Path finding options
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
maxDepth? | number | Maximum path length | src/query/algorithms.ts:38 |
relationshipTypes? | string[] | Relationship types to traverse | src/query/algorithms.ts:43 |
costProperty? | string | Cost property for weighted path algorithms | src/query/algorithms.ts:48 |
defaultCost? | number | Default cost for relationships without cost property | src/query/algorithms.ts:53 |
includeRelationshipProperties? | boolean | Whether to include relationship properties in the result | src/query/algorithms.ts:58 |