SendEmailToFriendOutput
Contains information about the sender and recipients.
type SendEmailToFriendOutput = {
__typename?: 'SendEmailToFriendOutput'; /** An array containing information about each recipient. */
recipients?: Maybe<Array<Maybe<SendEmailToFriendRecipient>>>; /** Information about the customer and the content of the message. */
sender?: Maybe<SendEmailToFriendSender>;
};