edgedb-js
edgedb-js copied to clipboard
Support computeds in polymorphic queries
In our current implementation, you do not have access to the scope of the object you're using in a polymorphic query, so you're only ever able to express direct selections of known properties, but not computed properties.