Graph Node Catalog
Graph category
Generated from 15 catalog nodes in Data/Database/Graph.
Nodes in this category
Showing 15 of 15 generated node docs.
Create Graph Overlay
Data/Database/GraphCreates a new graph overlay definition over existing database tables
Drop Graph Overlay
Data/Database/GraphDeletes a graph overlay definition (does not drop underlying tables)
Open Graph Overlay
Data/Database/GraphOpens an existing graph overlay and returns a connection for querying
Graph Schema
Data/Database/Graph/MetaRetrieves the schema (labels and properties) of a graph overlay
List Graph Overlays
Data/Database/Graph/MetaLists all graph overlay definitions in the database
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.
Upsert Graph Edge
Data/Database/Graph/WriteInserts or updates an edge in the graph overlay's underlying edge table
Upsert Graph Node
Data/Database/Graph/WriteInserts or updates a node in the graph overlay's underlying table