Alokai

SendEmailToFriendRecipient

An output object that contains information about the recipient.

type SendEmailToFriendRecipient = {
  __typename?: 'SendEmailToFriendRecipient'; /** The email address of the recipient. */
  email: Scalars['String']['output']; /** The name of the recipient. */
  name: Scalars['String']['output'];
};

Referenced Types

On this page