5 ms·
That's one of the features of EdgeQL: select Movie { id, title, actors: { name } }; https://docs.geldata.com/learn/edg
by emptysea 1y ago
That's one of the features of EdgeQL:
select Movie {
id,
title,
actors: {
name
}
};
https://docs.geldata.com/learn/edgeql#select-objects https://docs.geldata.com/learn/edgeql#select-objects
Although I think good enough language server / IDE could automatically insert the join when you typed `credit.CLIENT->NAME`