James Clarke
James Clarke
Fixes #446
- EdgeDB Version: 2.0-dev.6375+75976cc For the following schema: ``` type X { property a -> str; } type Y { property a -> int64; } type Z { link xy...
(Implemented in EdgeDB here: https://github.com/edgedb/edgedb/pull/5080) - [ ] Add double star `['**']` that contains all properties *and links* - [ ] Try to add an overload to `e.is` to make...
Closes #454