A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi
How many tag queries can we use to search products in GraphQL? For example in this query we added 2 tag conditions, How many more we can use?
{ products(query:"tag:Blue OR tag:Pink OR ....."){
Solved! Go to the solution
This is an accepted solution.
i tested with 70 tag query and there was no erro, that was all I need.
This is an accepted solution.
i tested with 70 tag query and there was no erro, that was all I need.