Protocol GET request POST request Response Protocol EdgeDB supports GET and POST methods for handling GraphQL over HTTP protocol. Both GET and POST methods use the follo...
Object Types IDs Abstract types Inheritance Multiple Inheritance Object Types Object types are the primary components of EdgeDB schema. They are analogous to SQL tables or O...
Primer Object types Optional and required properties Constraints Indexes Computed properties Links Computed links Schema mixins Polymorphic links Primer This page is in...
With Subqueries Query parameters Module selection With All top-level EdgeQL statements (select , insert , update , and delete ) can be prefixed with a with block. These bloc...
Using link properties Declaration Constraints Indexes Inserting Updating Querying Using link properties Links can contain properties . Due to how they’re persisted under t...
Dump file format General Structure General Dump Block Header Block Data Block Dump file format This description uses the same conventions as the protocol description. The ...
Dump file format General Structure General Dump Block Header Block Data Block Dump file format This description uses the same conventions as the protocol description....
With Subqueries Query parameters Module selection With All top-level EdgeQL statements (select , insert , update , and delete ) can be prefixed with a with block. These...