ReCaptchaConfigOutput
type ReCaptchaConfigOutput = {
__typename?: 'ReCaptchaConfigOutput'; /** Configuration details for reCaptcha type */
configurations?: Maybe<ReCaptchaConfiguration>; /** Indicates whether reCaptcha type is enabled */
is_enabled: Scalars['Boolean']['output'];
};