Alokai

ContactUsInput

type ContactUsInput = {
  comment: Scalars['String']['input']; /** The email address of the shopper. */
  email: Scalars['String']['input']; /** The full name of the shopper. */
  name: Scalars['String']['input']; /** The shopper's telephone number. */
  telephone?: InputMaybe<Scalars['String']['input']>;
};

Referenced Types

On this page