OBJECT
GeographyAllocationPrioritySet
link GraphQL Schema definition
1 type GeographyAllocationPrioritySet { 2 Int! : 3 4 # Required permission: none 5 Warehouse : 6 7 # All elements are always returned 8 Location!]! : [ 9 10 # Required permission: AllocationRule:read 11 # 12 # Limit must be in range 1 - 200 13 # 14 # Arguments 15 # where: (self-explanatory) 16 # sort: (self-explanatory) 17 # limit: (self-explanatory) 18 # page: (self-explanatory) 19 WarehouseAllocationPriorityFilter, : [WarehouseAllocationPrioritySort!] = [priorityNumber_ASC], : Int = 20, : Int = 1): [WarehouseAllocationPriority!]! ( : 20 21 }