INPUT_OBJECT

PriceFilter

link GraphQL Schema definition

1input PriceFilter {
2
3id: [Int!]
4
5productId: [Int!]
6
7productVariantId: [Int!]
8
9pricelistId: [Int!]
10
11storeId: [Int!]
12}