Skip to content

Commit f31fd06

Browse files
committed
GraphQL PRs delivery
1 parent d9ef0d9 commit f31fd06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/GiftMessageGraphQl/etc/schema.graphqls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ type Cart {
55
gift_message: GiftMessage @resolver (class: "\\Magento\\GiftMessageGraphQl\\Model\\Resolver\\Cart\\GiftMessage") @doc(description: "The entered gift message for the cart")
66
}
77

8-
#TODO finish this after implementing this schema https://github.com/magento/architecture/blob/master/design-documents/graph-ql/coverage/customer-orders.md
98
type SalesItemInterface {
109
gift_message: GiftMessage @doc(description: "The entered gift message for the order item")
1110
}

0 commit comments

Comments
 (0)