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
Copy file name to clipboardExpand all lines: app/code/Magento/SendFriendGraphQl/etc/schema.graphqls
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ type SendEmailToFriendRecipient {
39
39
}
40
40
41
41
typeStoreConfig {
42
-
sendFriend: SendFriendConfiguration@resolver(class: "\\Magento\\SendFriendGraphQl\\Model\\Resolver\\SendFriendConfiguration") @doc(description: "Config for 'Email to a Friend' feature")
42
+
sendFriend: SendFriendConfiguration@resolver(class: "\\Magento\\SendFriendGraphQl\\Model\\Resolver\\SendFriendConfiguration") @doc(description: "Email to a Friend configuration.")
43
43
}
44
44
45
45
typeSendFriendConfiguration {
46
-
enabled: Boolean!@doc(description: "Indicates whether or not the feature is enabled.")
47
-
allow_guest: Boolean!@doc(description: "Indicates whether or not the feature is allowed for guest customers.")
46
+
enabled_for_customers: Boolean!@doc(description: "Indicates whether the Email to a Friend feature is enabled.")
47
+
enabled_for_guests: Boolean!@doc(description: "Indicates whether the Email to a Friend feature is enabled for guests.")
0 commit comments