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 2
2
# See COPYING.txt for license details.
3
3
4
4
type 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 " )
6
6
}
7
7
8
8
input SendEmailToFriendSenderInput {
@@ -16,9 +16,9 @@ type Sender {
16
16
email : String !
17
17
message : String !
18
18
}
19
- #@todo Prams can be removed if dispatching of event in app/code/Magento/SendFriendGraphQl/Model/Resolver/SendEmailToFriend.php not needed
20
19
type Params {
21
20
product_id : Int !
21
+ category_id : Int !
22
22
}
23
23
24
24
type Recipient {
You can’t perform that action at this time.
0 commit comments