Graph Traversals
Operational Steps
Manipulate and query your graph data with powerful operations
COUNT
Count the number of elements in a traversal.
Example:
RANGE
Get a range of elements from a traversal.
The range is inclusive of the start, but exclusive of the end.
e.g. RANGE(0, 10)
will return 10 elements 0 through 9.
Both the start and end are required, and must be a positive integer.
Example:
Coming Soon
DEDUP
ORDER_BY
GROUP_BY
- Pattern matching