OBJECT
Traversal is a document found during a traversal & its relative path to the root node that searched for it
type Traversal {doc: Doc! traversal_path: [Ref!] depth: Int! hops: Int! }