graphs

How to identify known graphs.

Synopsis

system.graphs()

Description

Discover what graphs currently exist using this command.

Examples

Discover all graphs that exist in a DSE cluster.
gremlin>  system.graphs()
The resulting list:
==>quickstart
==>test
Note: This command is not available if a graph traversal is aliased with the :remote config alias g some_graph.g command. In order to access the system command, reset the alias with :remote config alias reset