We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a55ba commit 1058095Copy full SHA for 1058095
app/code/Magento/SalesGraphQl/etc/schema.graphqls
@@ -39,7 +39,7 @@ input CustomerOrderSortInput @doc(description: "CustomerOrderSortInput specifies
39
}
40
41
enum CustomerOrderSortableField @doc(description: "Specifies the field to use for sorting") {
42
- ORDER_ID @doc(description: "Sorts customer order by ID")
+ ORDER_ID @doc(description: "Sorts customer orders by ID")
43
44
45
type CustomerOrders @doc(description: "The collection of orders that match the conditions defined in the filter") {
0 commit comments