GraphScope
GraphScope copied to clipboard
feat(interactive): Introduce metadata for graph
We need to store and retrieve graph metadata at least including the following information
- GraphId
- GraphName
- CreationTime
- SchemaUpdateTime
- IndicesUpdateTime
- Description
- LastImportConfiguration
For StoredProcedure, a unique id should also be given.
Related issue #3606