From a8ef3e1569317e17fb28068d52598e47eaf0877a Mon Sep 17 00:00:00 2001 From: Alex Taranovsky Date: Wed, 16 Oct 2019 17:33:40 +0300 Subject: [PATCH] magento/graphql-ce#: Editorial. Fix CustomerOrder.increment_id description --- app/code/Magento/SalesGraphQl/etc/schema.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/SalesGraphQl/etc/schema.graphqls b/app/code/Magento/SalesGraphQl/etc/schema.graphqls index a7c30f582e752..a687ee59031ea 100644 --- a/app/code/Magento/SalesGraphQl/etc/schema.graphqls +++ b/app/code/Magento/SalesGraphQl/etc/schema.graphqls @@ -7,7 +7,7 @@ type Query { type CustomerOrder @doc(description: "Order mapping fields") { id: Int - increment_id: String @deprecated(reason: "Use the order_number instaed.") + increment_id: String @deprecated(reason: "Use the order_number instead.") order_number: String! @doc(description: "The order number") created_at: String grand_total: Float