age
age copied to clipboard
Query to return list of graphs
I feel there should be a query that would return the names of the different graphs I have created. After creating a bunch of graphs, it gets difficult to recall their names.
Creating a new query with the syntax SELECT * FROM ag catalog.get graph list()
could be a solution to this issue.
Also, a further enhancement could be to associate a short description with the graph name.
SELECT * FROM ag_catalog.ag_graph;
@susano0 I'm reopening for discussion.
Should we consider creating a cypher function to do this?
In my opinion, users shouldn't need to know what tables to look at to get this information from. Just my opinion, though.
Neo4J appears to offer such diagnostics; neatly overloaded for all vs specific graphs: https://neo4j.com/docs/graph-data-science/current/graph-list/