Create a food ordering app with Strapi and Next.js 2/7

In the latest version of graphQl , the format of the query doesn’t work anymore.
it should be like :slight_smile: restaurants {
data {
id
attributes {
name
description
Image{
data{
attributes{
url
}
}
}

      }
  }

}
}
now