DSE Graph Schema Management Cheat Sheet in Gremlin Groovy
DSE Graph schema management examples taken from the excellent DS330: DataStax Enterprise Graph course.
Graph Definition
List all graph names:
system.graphs(); // => KillrVideo
Describe all graphs: