INPUT_OBJECT

LowestPriceFilter

link GraphQL Schema definition

1input LowestPriceFilter {
2
3productId: [Int!]
4
5productVariantId: [Int!]
6
7pricelistId: [Int!]
8
9storeId: [Int!]
10
11marketId: [Int!]
12
13negate: [String!]
14}