Anyone found a solution here? We would also need this feature to work with persisted queries. Our example: query getArrayTest(
$param1Values: [String],
) {
testList(
filter: {
param1: {_expressions: [{values: $param1Values, _operator: CONTAINS}]},
}
) {
... Wo...