Advanced Guides
Nested relationships
Use dot-paths with .with() to generate deep graphs on demand
Overview
Request deep relations via dot paths. Only requested branches are materialized.
Example
Multiple nested arrays
Multiple nested arrays are supported:
Notes
Always call .with() on the parent path before overriding children with .set() or excluding with .without().