INPUT_OBJECT

AllocationRuleFilter

link GraphQL Schema definition

1input AllocationRuleFilter {
2
3id: [Int!]
4
5# Exactly one input field should be provided
6name: StringMatch
7
8# to get archived/deleted ARs send isActive as false
9isActive: Boolean
10
11defaultInAccountId: [Int!]
12
13defaultInDeliveryWindowId: [Int!]
14
15defaultInMarketId: [Int!]
16
17defaultInStoreId: [Int!]
18
19warehouseId: [Int!]
20
21search: String
22
23notNull: [String!]
24
25negate: [String!]
26}