import { gql } from '@apollo/client'; export const GET_CLIENT_CONFIG = gql` query GetClientConfig { clientConfig { authProviders { google password microsoft } billing { isBillingEnabled billingUrl billingFreeTrialDurationInDays } signInPrefilled signUpDisabled debugMode analyticsEnabled support { supportDriver supportFrontChatId } sentry { dsn environment release } captcha { provider siteKey } api { mutationMaximumAffectedRecords } chromeExtensionId } } `;