INPUT_OBJECT

ProductVariantSupplyFilter

link GraphQL Schema definition

1input ProductVariantSupplyFilter {
2
3productName: [String!]
4
5productVariantName: [String!]
6
7supplierName: [String!]
8
9productId: [Int!]
10
11productVariantId: [Int!]
12
13supplierId: [Int!]
14
15search: String
16
17notNull: [String!]
18
19negate: [String!]
20}