You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/GiftMessageGraphQl/etc/schema.graphqls
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ type Cart {
5
5
gift_message: GiftMessage@resolver (class: "\\Magento\\GiftMessageGraphQl\\Model\\Resolver\\Cart\\GiftMessage") @doc(description: "The entered gift message for the cart")
6
6
}
7
7
8
-
#TODO finish this after implementing this schema https://github.com/magento/architecture/blob/master/design-documents/graph-ql/coverage/customer-orders.md
9
8
typeSalesItemInterface {
10
9
gift_message: GiftMessage@doc(description: "The entered gift message for the order item")
0 commit comments