Query does not rerun when variable's value with type string[] has more than one value

I have a query that can be filtered with these variables.

{filter: {category: {in: ["SHIRTS"]}}}

This query never runs nor shows up in the network tab even with caching disabled.

{filter: {category: {in: ["SHIRTS", "JEANS"]}}}