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 ( 20 WarehouseAllocationPriorityFilter, : 21 WarehouseAllocationPrioritySort!] = [priorityNumber_ASC], : [ 22 Int = 20, : 23 Int = 1 : 24 ): [WarehouseAllocationPriority!]! 25 26 }