INPUT_OBJECT

StockTotalsFilter

link GraphQL Schema definition

1input StockTotalsFilter {
2
3productId: [Int!]
4
5productSizeId: [Int!]
6
7productVariantId: [Int!]
8
9warehouseId: [Int!]
10
11negate: [String!]
12}