Skip to content

WhitelabelSetting

Info for Whitelabeling

Fields

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

Used By

Definition

"""
Info for Whitelabeling
"""
type WhitelabelSetting {
"""
Amplitude API Key
"""
amplitude_api_key(
"""
The branded URL of the backend (used in certain whitelabel setups)
"""
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
"""
mixpanel_project_token(
"""
The branded URL of the backend (used in certain whitelabel setups)
"""
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
}