Skip to content

Commit 1058095

Browse files
32370 description changes
1 parent 66a55ba commit 1058095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ input CustomerOrderSortInput @doc(description: "CustomerOrderSortInput specifies
3939
}
4040

4141
enum CustomerOrderSortableField @doc(description: "Specifies the field to use for sorting") {
42-
ORDER_ID @doc(description: "Sorts customer order by ID")
42+
ORDER_ID @doc(description: "Sorts customer orders by ID")
4343
}
4444

4545
type CustomerOrders @doc(description: "The collection of orders that match the conditions defined in the filter") {

0 commit comments

Comments
 (0)