1 | input AllocationRuleFilter { |
2 | |
3 | id: [Int!] |
4 | |
5 | name: StringMatch |
6 | |
7 | |
8 | isActive: Boolean |
9 | |
10 | defaultInAccountId: [Int!] |
11 | |
12 | defaultInDeliveryWindowId: [Int!] |
13 | |
14 | defaultInMarketId: [Int!] |
15 | |
16 | defaultInStoreId: [Int!] |
17 | |
18 | warehouseId: [Int!] |
19 | |
20 | search: String |
21 | |
22 | notNull: [String!] |
23 | |
24 | negate: [String!] |
25 | } |