I am connected to a database named 'testdb' using the PSQL utility with the 'age' extension loaded, How can I retrieve all the details(vertexes, relationship) of all graphs available in a database and also the number of graphs present in apache age?
I know using the query:
SELECT * FROM ag_catalog.ag_graph;
we can retrieve all the graph names but I need to access all vertex and relationships in each graph as well.