Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's one of the features of EdgeQL:

    select Movie {
      id,
      title,
      actors: {
        name
      }
    };

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`



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: