A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello!
I have a task that requires to fetch unique products by collection ids and then filtered by tags.
The problem is that I can't figure out how to provide tags as a filter when a include products as relation from Collection. API says that "query" is not a valid argument.
If i trying to fetch all collections from products, it makes request costs more, and also I can't provide more than one tag per request.
Both solutions requires to do post-processing filtering.
What the best way to handle it?