clear
Synopsis
schema.clear()
Description
Clear schema information for a particular graph using this command. An alias must be created to bind the graph to a graph traversal before running this command.
Examples
Clear the schema and data for a particular graph.
gremlin> schema.clear()
The result if the clear command is successful:
==>null