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