strapi / foodadvisor

🥘 THE Strapi demo application
MIT License
1.09k stars 446 forks source link

Adds count to the reviews and count + avg note to the restaurants apis #5

Closed alexandrebodin closed 5 years ago

lauriejim commented 5 years ago

Count restaurants

{
  restaurantsConnection {
    aggregate {
      count
     }
  }
}
lauriejim commented 5 years ago

Get note

{
  restaurants{
    note
  }
}