OBJECT

WhitelabelSetting

Info for Whitelabeling

link GraphQL Schema definition

  • type WhitelabelSetting {
  • # Amplitude API Key
  • #
  • # Arguments
  • # branded_url: The branded URL of the backend (used in certain
  • # whitelabel setups)
  • amplitude_api_key(branded_url: String): String
  • # URL of whitelabeled Android app
  • android_app_link: String
  • # The branded URL of the backend (used in certain whitelabel setups)
  • branded_backend_url: String
  • # Branded email of whitelabel
  • branded_email: String
  • # Branded favicon url of whitelabel
  • branded_favicon_url: String
  • # Branded logo url of whitelabel
  • branded_logo_url: String
  • # Branded name of whitelabel
  • branded_name: String
  • # URL of whitelabel site
  • branded_url: String
  • # URL of whitelabeled Food icon
  • food_icon_url: String
  • # The unique identifier of the setting
  • id: ID!
  • # The number of minutes of allowable inactivity
  • inactivity_minutes_timeout: String
  • # URL of whitelabeled iOS app
  • ios_app_link: String
  • # URL of whitelabeled Metric icon
  • metric_icon_url: String
  • # Mixpanel Project Token
  • #
  • # Arguments
  • # branded_url: The branded URL of the backend (used in certain
  • # whitelabel setups)
  • mixpanel_project_token(branded_url: String): String
  • # The namespace that the whitelabel setting is in.
  • namespace: String
  • # The whitelabel's patient SSO connection
  • patient_sso_connection: SsoConnection
  • # The whitelabel's patient SSO connections
  • patient_sso_connections: [SsoConnection!]
  • # JSON hash of whitelabel replacement words
  • replacement_words_json: String
  • # URL of whitelabeled Selfie icon
  • selfie_icon_url: String
  • # The whitelabel's staff SSO connection
  • staff_sso_connection: SsoConnection
  • # The whitelabel's staff SSO connections
  • staff_sso_connections: [SsoConnection!]
  • # URL of whitelabeled Workout icon
  • workout_icon_url: String
  • }