Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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.