I am new to TypeDB Studio. I have created a schema and committed it to my database. Is there a way to visualize the graph for the schema in Studio, before adding any data? I am working on the latest version (2.17.0) for macOS. Alternatively, is there any other compatible tool or client that can be used to visualize the schema?
I’ve created a clean new database, wrote the Quickstart schema example to database and tried out your query. I get this error:
## Error> [TQL03] TypeQL Error: There is a syntax error at line 1:
match $x sub thing;
^
no viable alternative at input 'match $x sub thing;'
If I add the instance data from the quickstart as well and try out some basic example queries, that does work. But then still I cannot query the schema it seems.
Can anyone help me out? (Perhaps I should create a new topic)