Skip to content

Commit

Permalink
Remove EE type from CA schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Usik2203 committed May 22, 2020
1 parent dabbd3c commit f6ce31d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/code/Magento/GiftMessageGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ type BundleCartItem {
gift_message: GiftMessage @resolver (class: "\\Magento\\GiftMessageGraphQl\\Model\\Resolver\\Cart\\Item\\GiftMessage") @doc(description: "The entered gift message for the cart item")
}

type GiftCardCartItem {
gift_message: GiftMessage @resolver (class: "\\Magento\\GiftMessageGraphQl\\Model\\Resolver\\Cart\\Item\\GiftMessage") @doc(description: "The entered gift message for the cart item")
}

type GiftMessage {
to: String! @doc(description: "Recepient name")
from: String! @doc(description: "Sender name")
Expand Down

0 comments on commit f6ce31d

Please sign in to comment.