INPUT_OBJECT

LowestPriceFilter

link GraphQL Schema definition

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