Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GraphQuery.type
Members list
Type members
Classlikes
Execute multiple queries in sequence, feeding results forward.
Execute multiple queries in sequence, feeding results forward.
Value parameters
- steps
-
The ordered list of queries to execute
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait GraphQueryclass Objecttrait Matchableclass AnyShow all
Get detailed information about a specific node and its immediate context.
Get detailed information about a specific node and its immediate context.
Value parameters
- includeNeighbors
-
Whether to include neighbor information
- nodeId
-
The ID of the node to describe
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait GraphQueryclass Objecttrait Matchableclass AnyShow all
Find neighbors of a specific node.
Find neighbors of a specific node.
Value parameters
- direction
-
Direction of traversal (Outgoing, Incoming, Both)
- maxDepth
-
Maximum traversal depth (defaults to 1 for direct neighbors)
- nodeId
-
The ID of the node to find neighbors for
- relationshipType
-
Optional filter by relationship type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait GraphQueryclass Objecttrait Matchableclass AnyShow all
Find nodes matching a label and/or property criteria.
Find nodes matching a label and/or property criteria.
Value parameters
- label
-
Optional node label filter (e.g., "Person", "Organization")
- properties
-
Optional property key-value pairs to match
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait GraphQueryclass Objecttrait Matchableclass AnyShow all
Find a path between two nodes.
Find a path between two nodes.
Value parameters
- fromNodeId
-
The starting node ID
- maxHops
-
Maximum number of hops to search
- toNodeId
-
The target node ID
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait GraphQueryclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror