Skip to main content
Version: 0.3.0

PathFindingOptions

age-schema-client v0.3.0


age-schema-client / PathFindingOptions

Interface: PathFindingOptions

Defined in: src/query/algorithms.ts:34

Path finding options

Properties

PropertyTypeDescriptionDefined in
maxDepth?numberMaximum path lengthsrc/query/algorithms.ts:38
relationshipTypes?string[]Relationship types to traversesrc/query/algorithms.ts:43
costProperty?stringCost property for weighted path algorithmssrc/query/algorithms.ts:48
defaultCost?numberDefault cost for relationships without cost propertysrc/query/algorithms.ts:53
includeRelationshipProperties?booleanWhether to include relationship properties in the resultsrc/query/algorithms.ts:58