System Information
- Strapi Version: v4.1.12
- Operating System: Windows
- Database: Mysql
- Node Version: v14.19.1
- NPM Version: 6.14.16
- Yarn Version: 1.22.18
Hello Strapi developers,
I needed a help from you guys regarding the deep filtering with GraphQL.
I am trying to search a record from a table using filters with a field of the same table and with a relation table field (One-to-One relationship). The query doesn’t have any errors and is executing properly, but the filtering is only working with the current table field and it’s not working with the relationship…
Result it should be:
Result appearing (All records from relation table):
Any suggestions how it can works .
Thank you in advance.