Alokai

SendFriendConfiguration

Contains details about the configuration of the Email to a Friend feature.

type SendFriendConfiguration = {
  __typename?: 'SendFriendConfiguration'; /** Indicates whether the Email to a Friend feature is enabled. */
  enabled_for_customers: Scalars['Boolean']['output']; /** Indicates whether the Email to a Friend feature is enabled for guests. */
  enabled_for_guests: Scalars['Boolean']['output'];
};

Referenced Types

On this page