Graph Query Builder
Build and execute advanced graph traversal queries
Graph Query Builder
Build and execute graph traversal queries starting from a specific entity
110
0.01.0
No Query Results
Execute a query to visualize the results here
Query Examples
Common graph query patterns and use cases
Find Direct Connections
Set max depth to 1 and direction to “Any” to find all entities directly connected to your starting point.
Explore Neighborhoods
Use max depth 2-3 to discover entities in the vicinity of your starting entity, revealing clusters and communities.
Filter by Relationship Type
Specify a relation type (e.g., “references”) to only traverse specific kinds of relationships.
Strong Connections Only
Set a high min strength (e.g., 0.7) to only follow the most confident relationships in your graph.