I am working on a task to visualize the schema of a graph inside a database in age viewer. So I need an abstract visualization that shows all the unique nodes inside a graph, and possible edges in between those nodes.
For example in agCloud at https://agcloud.bitnine.net/ when we create a new project using some sample data, the first launch of the AgViewer gives the abstract visualization of the graph. as can be seen here.
So it shows 3 unique nodes and all possible unique edges.
How can we show the same visualization in AgeViewer? Is there any pre-build feature to do so in AgeViewer? or do we need to implement it from scratch?