You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/SalesGraphQl/etc/schema.graphqls
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ input CustomerOrdersFilterInput @doc(description: "Identifies the filter to use
34
34
order_date: FilterRangeTypeInput@doc(description: "Filters by order created_at time.")
35
35
status: FilterEqualTypeInput@doc(description: "Filters by order status.")
36
36
number: FilterStringTypeInput@doc(description: "Filters by order number.")
37
-
grand_total: FilterRangeTypeInput@doc(description: "Filters by order number.")
37
+
grand_total: FilterRangeTypeInput@doc(description: "Filters by order base grand total value.")
38
38
}
39
39
40
40
inputCustomerOrderSortInput@doc(description: "CustomerOrderSortInput specifies the field to use for sorting search results and indicates whether the results are sorted in ascending or descending order.") {
0 commit comments