Alokai

SendEmailToFriendSender

An output object that contains information about the sender.

type SendEmailToFriendSender = {
  __typename?: 'SendEmailToFriendSender'; /** The email address of the sender. */
  email: Scalars['String']['output']; /** The text of the message to be sent. */
  message: Scalars['String']['output']; /** The name of the sender. */
  name: Scalars['String']['output'];
};

Referenced Types

On this page