building-envelope-data / api

API specification to exchange data about building envelopes
MIT License
3 stars 1 forks source link

Remove the `nodes` shortcut #317

Open christoph-maurer opened 7 months ago

christoph-maurer commented 7 months ago

In the discussion of https://github.com/LBNL-ETA/igsdb-webapp/issues/116 , it was decided that we remove the shortcut nodes from the API specification of databases and that we follow the current Relay standard using only

edges{
   node{
      [...]
   }
}

This has implications on api/apis, api/queries and on the repositories database and metabase.