Alokai

IsEmailAvailableOutput

Contains the result of the isEmailAvailable query.

type IsEmailAvailableOutput = {
  __typename?: 'IsEmailAvailableOutput'; /** Indicates whether the specified email address can be used to create a customer. */
  is_email_available?: Maybe<Scalars['Boolean']['output']>;
};

Referenced Types

On this page