GraphScope
GraphScope copied to clipboard
Add clear schema functionality for groot
So we can clear all schema in one methods, like
schema.reset()
schema.update()
instead of drop all vertices and edges label one by one.