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 Account:

Input
Run
Output Objects
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 Objects
Press the 'Run' button to evaluate the input

We use ChatGPT with additional context from our documentation to answer your questions. Not all answers will be accurate. Please join our Discord if you need more help.