EdgeQL Tutorial

Introspection

Subtopics

The down side of the DESCRIBE command is that it cannot be used in a query. However, it is possible to query the schema objects directly. Let's query the ObjectType corresponding to the User:

Input
Run
Output
Press the 'Run' button to evaluate the input

To discover what other schema objects can be queried you can use the DESCRIBE command or consult the documentation:

Input
Run
Output
Press the 'Run' button to evaluate the input