SendEmailToFriendRecipientInput
Contains details about a recipient.
type SendEmailToFriendRecipientInput = {
email: Scalars['String']['input']; /** The name of the recipient. */
name: Scalars['String']['input'];
};Contains details about a recipient.
type SendEmailToFriendRecipientInput = {
email: Scalars['String']['input']; /** The name of the recipient. */
name: Scalars['String']['input'];
};