Skip to content

Graph Node Catalog

Graph category

Generated from 15 catalog nodes in Data/Database/Graph.

Data/Database/Graph/MetaData/Database/Graph/QueryData/Database/Graph/Write

Nodes in this category

Showing 15 of 15 generated node docs.

Create Graph Overlay

Data/Database/Graph

Creates a new graph overlay definition over existing database tables

Drop Graph Overlay

Data/Database/Graph

Deletes a graph overlay definition (does not drop underlying tables)

Open Graph Overlay

Data/Database/Graph

Opens an existing graph overlay and returns a connection for querying

Graph Schema

Data/Database/Graph/Meta

Retrieves the schema (labels and properties) of a graph overlay

List Graph Overlays

Data/Database/Graph/Meta

Lists all graph overlay definitions in the database

Cypher Query

Data/Database/Graph/Query

Executes a Cypher query against the graph overlay

Find Paths

Data/Database/Graph/Query

Finds the shortest connections between two objects, including alternative routes

Graph Analytics

Data/Database/Graph/Query

Computes degree, PageRank, and connected components over a graph overlay

Graph Neighbors

Data/Database/Graph/Query

Finds neighbor nodes by traversing edges from a seed node

Graph Sample

Data/Database/Graph/Query

Samples objects of a given label from a graph overlay for previewing

Graph Search

Data/Database/Graph/Query

Searches objects by caption or identifier across the whole graph overlay

Graph Subgraph

Data/Database/Graph/Query

Extracts a subgraph around seed nodes for visualization

SQL Query (Graph)

Data/Database/Graph/Query

Executes 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/Write

Inserts or updates an edge in the graph overlay's underlying edge table

Upsert Graph Node

Data/Database/Graph/Write

Inserts or updates a node in the graph overlay's underlying table