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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,10 @@ type Customer {
33
33
}
34
34
35
35
inputCustomerOrdersFilterInput@doc(description: "Identifies the filter to use for filtering orders.") {
36
+
order_date: FilterRangeTypeInput@doc(description: "Filters by order created_at time.")
37
+
status: FilterEqualTypeInput@doc(description: "Filters by order status.")
36
38
number: FilterStringTypeInput@doc(description: "Filters by order number.")
39
+
grand_total: FilterRangeTypeInput@doc(description: "Filters by order base grand total value.")
37
40
}
38
41
39
42
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