Query Node Catalog
Query category
Generated from 8 catalog nodes in Data/Database/Graph/Query.
Nodes in this category
Showing 8 of 8 generated node docs.
Cypher Query
Data/Database/Graph/QueryExecutes a Cypher query against the graph overlay
Find Paths
Data/Database/Graph/QueryFinds the shortest connections between two objects, including alternative routes
Graph Analytics
Data/Database/Graph/QueryComputes degree, PageRank, and connected components over a graph overlay
Graph Neighbors
Data/Database/Graph/QueryFinds neighbor nodes by traversing edges from a seed node
Graph Sample
Data/Database/Graph/QuerySamples objects of a given label from a graph overlay for previewing
Graph Search
Data/Database/Graph/QuerySearches objects by caption or identifier across the whole graph overlay
Graph Subgraph
Data/Database/Graph/QueryExtracts a subgraph around seed nodes for visualization
SQL Query (Graph)
Data/Database/Graph/QueryExecutes a read-only SQL query against graph overlay tables via DataFusion. Write any value that comes from outside the flow as a $placeholder and wire it into the pin that appears — never build the SQL string around it.