-
Often when we work with schema, we know it by heart. But many times you either don't remember all the properties or you just learning a new schema you didn't create. In such cases it's really valuable to have a quick way to "discover" schema - i.e. see all object properties, so you can create a shape you need. In SQL it's just as simple as "SELECT * ..." (often wih /G at the end for tabular view). In EdgeQL I do list Is it possible to do with current implementation? Maybe there is some special shape for selecting "all first-order properties"? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is an open issue for this: #180 |
Beta Was this translation helpful? Give feedback.
There is an open issue for this: #180