How many tag queries can we use to search products in GraphQL?

Solved

How many tag queries can we use to search products in GraphQL?

cootlass
Shopify Partner
3 1 1

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 ....."){
Accepted Solution (1)

cootlass
Shopify Partner
3 1 1

This is an accepted solution.

i tested with 70 tag query and there was no erro, that was all I need.

View solution in original post

Reply 1 (1)

cootlass
Shopify Partner
3 1 1

This is an accepted solution.

i tested with 70 tag query and there was no erro, that was all I need.