Get root of a specific graph​
Get root of a specific graph
Path Parameters
- graph_id string required
The identifier of the graph
Example: resoto
Responses
- 200
- 404
The graph with the root node
- application/json
- Schema
- Example (from schema)
Schema
- kind string
The kind of this node.
{
"kind": "test.person",
"name": "Batman",
"city": "Gotham"
}
The graph does not exist
Loading...