List all graphs
GET/graph
List all graphs
Responses​
- 200
The names of all graphs
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"main",
"test"
]
Loading...
GET/graph
List all graphs
The names of all graphs
Schema
Array [
string
]
[
"main",
"test"
]