Skip to content

Commit

Permalink
magento/graphql-ce#: Editorial. Fix CustomerOrder.increment_id descri…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
atwixfirster committed Oct 16, 2019
1 parent 99f206f commit a8ef3e1
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 a8ef3e1

Please sign in to comment.