Nested request does not work

System Information
  • Strapi Version: 3.2.4
  • Operating System: Windows 10
  • Database: SQLite
  • Node Version: 12.18.4
  • NPM Version: 6.14.6
  • Yarn Version: 1.22.4

Hello. Nested request does not work. Can you help?

If I use an un-nested query, everything works correctly.

Hi @ksk_waqs

If possible can you provide a link to your project so I can do some testing? If I’m able to validate it, I’ll have you open up a bug report on GitHub. :slight_smile:

Hi, send you PM

Using your code base @ksk_waqs (I did upgrade it to v3.3.1 to validate on the latest version released today)

I was able to reproduce the issue, can you please open up a bug report on GitHub.

In the short term you can grab the count without deep filtering:

But with deep filtering it does fail:

Related issue: Nested GraphQL request does not work · Issue #8610 · strapi/strapi · GitHub