paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
687 stars 55 forks source link

problems using arguments in a subquery #320

Open Fainaru opened 9 months ago

Fainaru commented 9 months ago

Hello, I wanted to know how I can use arguments to subqueries like this Screenshot_20231231_044330_Chrome.jpg For example, when I place an argument in a query, it is used only in the main query, and not the secondary ones, which I don't know how to do since I want to see a complete list and its filtered secondary query.