Skip to content

Commit

Permalink
ENGCOM-6109: magento/graphql-ce#: Editorial. Fix CustomerOrder.increm…
Browse files Browse the repository at this point in the history
…ent_id description #1012
  • Loading branch information
lenaorobei authored Oct 18, 2019
2 parents ab11289 + 4d525c7 commit 24ad661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/SalesGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24ad661

Please sign in to comment.