We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf346d1 commit 6e32307Copy full SHA for 6e32307
app/code/Magento/SendFriendGraphQl/etc/schema.graphqls
@@ -22,6 +22,11 @@ input SendEmailToFriendRecipientInput {
22
email: String!
23
}
24
25
+type SendEmailToFriendOutput {
26
+ sender: SendEmailToFriendSender
27
+ recipients: [SendEmailToFriendRecipient]
28
+}
29
+
30
type SendEmailToFriendSender {
31
name: String!
32
@@ -32,8 +37,3 @@ type SendEmailToFriendRecipient {
37
33
38
34
39
35
-
36
-type SendEmailToFriendOutput {
- sender: SendEmailToFriendSender
- recipients: [SendEmailToFriendRecipient]
-}
0 commit comments