drop

How to drop an existing graph.

Synopsis

system.graph('graph_name').drop

Description

Drop an existing graph using this command. All data and schema will be lost.

Examples

Drop an existing graph.
gremlin>  system.graph('FridgeItem').drop()
The resulting list:
==>null