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
13price: FloatRange
14
15notNull: [String!]
16
17negate: [String!]
18}