Closed gkorland closed 9 months ago
Hi ,
I did checked that our Graph loading from API call
let result = await fetch(
/api/graph?graph=${prepareArg(state.graphName)}&query=${prepareArg(q)}, { method: 'GET', headers: { 'Content-Type': 'application/json' } })
But while i dive into the data , i did not finded any List element as you mentioned on this issue
=>"FalkorDB provides a GRAPH.LIST command that returns the list of available graphs"
Here is the SS
While i tried with a graph name (pallets-flask) its not loading its propertise , it just loading a empty screen ,
Graph: List :
Should use a combobox with input
FalkorDB provides a
GRAPH.LIST
command that returns the list of available graphs