INPUT_OBJECT

StockChangeLineFilter

link GraphQL Schema definition

1input StockChangeLineFilter {
2
3id: [Int!]
4
5isAvailable: Boolean
6
7freeToAllocateQuantity: IntRange
8
9deliveredQuantity: IntRange
10
11# Exactly one input field should be provided
12productSizeName: StringMatch
13
14productSizeId: [Int!]
15
16productVariantId: [Int!]
17
18warehouseId: [Int!]
19
20stockChangeId: [Int!]
21
22search: String
23
24notNull: [String!]
25
26negate: [String!]
27}