query getProductsIn($_in: [String!] = "") { products(where: {slug: {_in: $_in}}) { ...ProductDetail } }