Introspection Introspection GraphQL introspection can be used to explore the exposed EdgeDB types and expresssion aliases. Note that there are certain types like tuple that can...
Primitives Scalar types Enums Arrays Tuples Ranges Sequences Primitives EdgeDB has a robust type system consisting of primitive and object types. Below is a review of Edge...
Administering an instance Administering an instance Create a database: db > create database my_new_project ; OK : CREATE DATABASE Create a role: db > create super...
AsyncIO API Client Transactions AsyncIO API Client function create_async_client() create_async_client(dsn = None, *, host = None, port = None, user = None, password...
Shapes Shaping Query Results General Shaping Rules Losing Shapes Shapes A shape is a powerful syntactic construct that can be used to describe type variants in queries, ...
Operators Operators This section describes introspection of EdgeDB operators. Much like functions, operators have parameters and return types as well as a few other features. I...
Operators Operators This section describes introspection of EdgeDB operators. Much like functions, operators have parameters and return types as well as a few other features. ...