Skip to main content
Documentation

Graph Operations

Analyzing and modifying the project graph is the main purpose of most intelligent functions.

Traversing the graph

Links can be traversed in both directions, forward and backward.
A diagram showing links traversed forward and backward through the project graph
Traverse forward

Traverse backward

Linking entities

Linking two entities

Unlinking entities

Unlinking two entities

Adding linked entities

New entities are usually added and linked to an existing entity in a single step.
Adding linked entities

What next?