Skip to content

Commit 3654742

Browse files
author
Henrique Venchiarutti
committed
Fixing grand_total doc in schema graphql
1 parent c19acc9 commit 3654742

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
@@ -34,7 +34,7 @@ input CustomerOrdersFilterInput @doc(description: "Identifies the filter to use
3434
order_date: FilterRangeTypeInput @doc(description: "Filters by order created_at time.")
3535
status: FilterEqualTypeInput @doc(description: "Filters by order status.")
3636
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.")
3838
}
3939

4040
input CustomerOrderSortInput @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

Comments
 (0)