exists
Synopsis
system.graph('graph_name').exists()
Description
Discover if a particular graph exists using this command.
Examples
Discover if a particular graph exists. The return value is a boolean value.
gremlin> system.graph('FridgeItem').exists()
The resulting list:
==>true