Expand description
Source Steps
Steps that initiate traversals by reading from graph data sources.
§Steps
V(): Start with verticesE(): Start with edgesaddV(): Create vertexaddE(): Create edge
Structs§
- Edge
Source Step - Edge source step - E()
- Inject
Step - Inject step - injects arbitrary values into traversal
- Vertex
Source Step - Vertex source step - V()
Traits§
- Source
Step - Trait for source steps (traversal starters)