OBJECT

Traversal

Traversal is a document found during a traversal & its relative path to the root node that searched for it

link GraphQL Schema definition

  • type Traversal {
  • doc: Doc!
  • traversal_path: [Ref!]
  • depth: Int!
  • hops: Int!
  • }