File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/SendFriendGraphQl/etc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22# See COPYING.txt for license details.
33
44type Mutation {
5- sendEmailToFriend (input : SendEmailToFriendSenderInput ): SendEmailToFriendOutput @resolver (class : " \\ Magento\\ SendFriendGraphQl\\ Model\\ Resolver\\ SendEmailToFriend" ) @doc (description :"@todo " )
5+ sendEmailToFriend (input : SendEmailToFriendSenderInput ): SendEmailToFriendOutput @resolver (class : " \\ Magento\\ SendFriendGraphQl\\ Model\\ Resolver\\ SendEmailToFriend" ) @doc (description :"Recommends Product by Sending Single/Multiple Email " )
66}
77
88input SendEmailToFriendSenderInput {
@@ -16,9 +16,9 @@ type Sender {
1616 email : String !
1717 message : String !
1818}
19- #@todo Prams can be removed if dispatching of event in app/code/Magento/SendFriendGraphQl/Model/Resolver/SendEmailToFriend.php not needed
2019type Params {
2120 product_id : Int !
21+ category_id : Int !
2222}
2323
2424type Recipient {
You can’t perform that action at this time.
0 commit comments