typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Visualise schema button #666

Open jamesreprise opened 1 year ago

jamesreprise commented 1 year ago

Problem to Solve

Currently, users have to find out that the query to visualise the schema within the graph visualiser is match $x sub thing; It would be great if we had a way of doing this with one click within the UI.

Current Workaround

Run the query match $x sub thing;.

Proposed Solution

Add a button to do the above with one click.

Additional Information

Many thanks to @izmalk for the feature suggestion!

LeData commented 1 year ago

It took me a few days to realize this. Another piece that took some time is to learn to remove the abstract things from the schema viz. not {$x sub thing, abstract;};