File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/code/Magento/SalesGraphQl/etc Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 46
46
<arguments >
47
47
<argument name =" map" xsi : type =" array" >
48
48
<item name =" CustomerOrderSortableField" xsi : type =" array" >
49
- <item name =" order_id" xsi : type =" string" >entity_id</item >
49
+ <item name =" number" xsi : type =" string" >increment_id</item >
50
+ <item name =" created_at" xsi : type =" string" >created_at</item >
50
51
</item >
51
52
</argument >
52
53
</arguments >
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ input CustomerOrderSortInput @doc(description: "CustomerOrderSortInput specifies
39
39
}
40
40
41
41
enum CustomerOrderSortableField @doc (description : " Specifies the field to use for sorting" ) {
42
- ORDER_ID @doc (description : " Sorts customer orders by ID" )
42
+ NUMBER @doc (description : " Sorts customer orders by number" )
43
+ CREATED_AT @doc (description : " Sorts customer orders by created_at field" )
43
44
}
44
45
45
46
type CustomerOrders @doc (description : " The collection of orders that match the conditions defined in the filter" ) {
You can’t perform that action at this time.
0 commit comments