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
allow_order : String @doc(description: "The value of the Allow Gift Messages on Order Level option")
@@ -49,3 +49,7 @@ type CustomerOrder {
49
49
interfaceOrderItemInterface {
50
50
gift_message: GiftMessage@resolver(class: "\\Magento\\GiftMessageGraphQl\\Model\\Resolver\\Order\\Item\\GiftMessage") @doc(description: "The selected gift message for the order item")
51
51
}
52
+
53
+
interfaceProductInterface {
54
+
gift_message_available: Boolean!@doc(description: "Returns a value indicating gift message availability for the product.") @resolver(class: "\\Magento\\GiftMessageGraphQl\\Model\\Resolver\\Product\\GiftMessage")
0 commit comments