Alokai

ContactUsOutput

Contains the status of the request.

type ContactUsOutput = {
  __typename?: 'ContactUsOutput'; /** Indicates whether the request was successful. */
  status: Scalars['Boolean']['output'];
};

Referenced Types

On this page