Command
Removes one directed edge by its (src, edgetype, dst) triple. The endpoints are untouched. Removing an edge that does not exist is not an error: the acknowledgement reports deleted: false.
Command
Removes one directed edge by its (src, edgetype, dst) triple. The endpoints are untouched. Removing an edge that does not exist is not an error: the acknowledgement reports deleted: false.
Command
Lists graph names in lexicographic order. Accepts an optional item limit (default 100), an exclusive name cursor for continuation, and an asof timestamp to list the graphs visible at an earlier instant.
Command
Read graph metadata and counts.
Command
Walks a node's edges and returns one hit per traversed edge. Direction is outgoing, incoming, or both; an optional edge-type filter restricts the walk. Each hit embeds both the traversed edge and the neighbor node in full, so a follow-up read is rarely needed. A missing node yields an empty page.
Command
Add or replace a graph node.
Command
Reads one node by id, returning its properties, declared object type, entity binding, and last-write commit coordinates. A removed or never-written node reads back as no data. Accepts asof for time travel.
Command
Lists a graph's nodes in node-id order. Accepts an optional id prefix filter, an item limit (default 100), an exclusive cursor, and asof for time travel. Each item carries the full node payload: properties, declared type, binding, and commit coordinates.
Command
Remove a graph node and its edges.
Command
List nodes declaring an object type.
Command
Define a graph link type.
Command
Define a graph object type.
Command
Delete a draft link type.