INPUT_OBJECT
WarehouseFilter
link GraphQL Schema definition
1 input WarehouseFilter { 2 3 : [Int!] 4 5 : [Status!] 6 7 # Exactly one input field should be provided 8 : StringMatch 9 10 # Exactly one input field should be provided 11 : StringMatch 12 13 # Exactly one input field should be provided 14 : StringMatch 15 16 : [Int!] 17 18 : [Int!] 19 20 # Exactly one input field should be provided 21 : StringMatch 22 23 # Exactly one input field should be provided 24 : StringMatch 25 26 : [String!] 27 28 : String 29 30 : [String!] 31 32 : [String!] 33 }