hello - can anybody help me - I have [Int!] produc...
# prisma-whats-new
m
hello - can anybody help me - I have [Int!] products list, how I can filter by this field? I have to select all orders with same products list I tried
products_contains_every: [ 263629,  284848, 314496, 314816, 316265 ]
but it doesnt work,
products: [1,2,3]
also doesn’t
Copy code
Argument 'filter' expected type 'OrderFilter' but got: Field 'products_contains_every' is not defined in the input type 'OrderFilter'
...
a
I don't think you can filter on scalar lists yet...
m
@agartha sad(((