ENUM

StockSort

link GraphQL Schema definition

1enum StockSort {
2physicalQuantity_ASC
3physicalQuantity_DESC
4freeToAllocateQuantity_ASC
5freeToAllocateQuantity_DESC
6allocatedQuantity_ASC
7allocatedQuantity_DESC
8demandQuantity_ASC
9demandQuantity_DESC
10unshippedQuantity_ASC
11unshippedQuantity_DESC
12productId_ASC
13productSizeId_ASC
14productSizeId_DESC
15productSizeSort_ASC
16productVariantId_ASC
17warehouseId_ASC
18warehouseId_DESC
19incomingQuantity_ASC
20incomingQuantity_DESC
21linkedIncomingQuantity_ASC
22linkedIncomingQuantity_DESC
23unlinkedIncomingQuantity_ASC
24unlinkedIncomingQuantity_DESC
25onDeliveryQuantity_ASC
26onDeliveryQuantity_DESC
27}