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.
1 parent 3ed6359 commit 601ec44Copy full SHA for 601ec44
app/code/Magento/SalesGraphQl/etc/schema.graphqls
@@ -172,7 +172,7 @@ type OrderShipment @doc(description: "Order shipment details") {
172
173
type CommentItem @doc(description: "Comment item details") {
174
timestamp: String! @doc(description: "The timestamp of the comment")
175
- message: String! @doc(description: "The texat of the message")
+ message: String! @doc(description: "The text of the message")
176
}
177
178
type ShipmentItem @doc(description: "Order shipment item details") {
0 commit comments