Currently, there is no syntax to retrieve all graphs in the database. It's better to add suck syntax: ```sql > SHOW GRAPHS graph1 graph2 graph3 > USE graph1 > SHOW LABELS label1 label2 ``` TODO: - [ ] SHOW GRAPH - [ ] SHOW LABELS