N
Nodes
Select nodes from your graph to begin traversal.
Example 1: Selecting a user by ID
Example 2: Selecting all users
You can also do specific property based filtering, e.g returning only ID, see the Property Filtering. You can also do aggregation steps, e.g returning the count of nodes, see the Aggregations.