SendEmailToFriendInput
Defines the referenced product and the email sender and recipients.
type SendEmailToFriendInput = {
product_id: Scalars['Int']['input']; /** An array containing information about each recipient. */
recipients: Array<InputMaybe<SendEmailToFriendRecipientInput>>; /** Information about the customer and the content of the message. */
sender: SendEmailToFriendSenderInput;
};