Skip to main content
@tags: traversal, graph, navigation, out, in, outE, inE, fromN, toN, fromV, toV, relationships

Traversal From Nodes and Vectors

Note:

Traverse Out to Nodes and Vectors using Out

Syntax
Example 1: Listing who a user follows
  • Schema:
  • Query:
  • cURL:
  • Python SDK:
  • TypeScript SDK:

Traverse In to Nodes and Vectors using In

Syntax
Example 1: Listing who follows a user
  • Schema:
  • Query:
  • cURL:
  • Python SDK:
  • TypeScript SDK:

Traverse Out to Edges using OutE

Syntax
Example 1: Inspecting follow relationships
  • Schema:
  • Query:
  • cURL:
  • Python SDK:
  • TypeScript SDK:

Traverse In to Edges using InE

Syntax
Example 1: Inspecting who followed a user
  • Schema:
  • Query:
  • cURL:
  • Python SDK:
  • TypeScript SDK:

Traversal From Edges

Traverse to Source Node using FromN

Syntax
Example 1: Getting the user from a document creation edge
  • Schema:
  • Query:
  • cURL:
  • Python SDK:
  • TypeScript SDK:

Traverse to Source Vector using FromV

Syntax
Example 1: Inspecting the document vector from edge
  • Schema:
  • Query:
  • cURL:
  • Python SDK:
  • TypeScript SDK:

Traverse to Target Node using ToN

Syntax
Example 1: Getting the followed user from a follow edge
  • Schema:
  • Query:
  • cURL:
  • Python SDK:
  • TypeScript SDK:

Traverse to Target Vector using ToV

Syntax
Example 1: Inspecting the document vector
  • Schema:
  • Query:
  • cURL:
  • Python SDK:
  • TypeScript SDK: