Search
ctrl/
Ask AI
Light
Dark
System

Objects

Subtopics

We've pre-populated a tutorial database modeling a movie app with data for this part of the tutorial. (Click on the "Schema" button below to view all of the objects available in this tutorial.) Let's explore it by using some basic queries.

Objects in EdgeDB can have properties, which are just the values associated with the objects. For example, to query all the account names try:

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

It's also possible to get the object properties in a JSON-like structure by using shapes. For example, to query all the account names try:

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