We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab11289 + 4d525c7 commit 24ad661Copy full SHA for 24ad661
app/code/Magento/SalesGraphQl/etc/schema.graphqls
@@ -7,7 +7,7 @@ type Query {
7
8
type CustomerOrder @doc(description: "Order mapping fields") {
9
id: Int
10
- increment_id: String @deprecated(reason: "Use the order_number instaed.")
+ increment_id: String @deprecated(reason: "Use the order_number instead.")
11
order_number: String! @doc(description: "The order number")
12
created_at: String
13
grand_total: Float
0 commit comments