Skip to content

Brand

Brand options that a client can customize

Fields

about_description · String · Brand Owner's about description
bg_color · String · Brand Owner's bg color
brand_email · String · Brand Owner's brand email
brand_name · String · Name of provider's brand
brand_owner · User · Owner of this brand
brand_owner_has_practice_plus · Boolean · Whether or not brand owner has practice plus
brand_owner_has_whitelabel · Boolean · Whether or not brand owner has whitelabel
brand_phone · String · Brand Owner's brand phone
contact_description · String · Brand Owner's contact info
custom_sign_in_path · String · Custom sign in path for provider with practice plus
display_embed_title · Boolean · Whether or not we should display the header text of a package embed
display_name · String · Brand Owner's display name
display_package_image · Boolean · Whether or not we should display the package image on embed and sharing link pages
email_background_color · String · Brand Owner's email background color
embed_primary_color · String · The primary color that will use to customize a customer's embed process
embeddable_layout_css_url · String · URL to a hosted stylesheet that will apply to Embeddable Layout
facebook · String · Brand Owner's Facebook link
font_color · String · Brand Owner's font color of choice
ga_id · String · The brand's Universal GA ID
gtm_id · String · The brand's Google Tag Manager ID
id · ID! · required · The unique identifier of the brand
instagram · String · Brand Owner's Instagram link
intake_completed_html · String · Custom HTML that replaces the content on the standard intake flow completed screen
· Upload · Brand owner's logo
logo_file_name · String · Brand Owner's logo
logo_url · String · The URL to the logo
main_layout_css_url · String · URL to a hosted stylesheet that will apply to Main Layout
selected_color · String · Brand Owner's selected color
slogan · String · Brand Owner's slogan
tab_accent_color · String · Brand Owner's tab accent color
theme_accent_primary · String · theme_accent_primary
theme_accent_primary_hover · String · theme_accent_primary_hover
theme_background_hover · String · theme_background_hover
theme_background_input · String · theme_background_input
theme_background_primary · String · theme_background_primary
theme_background_secondary · String · theme_background_secondary
theme_background_sidebar · String · theme_background_sidebar
theme_border_input · String · theme_border_input
theme_border_primary · String · theme_border_primary
theme_text_sidebar · String · theme_text_sidebar
theme_text_sidebar_active · String · theme_text_sidebar_active
theme_text_sidebar_tab_bar · String · theme_text_sidebar_tab_bar
titles · String · Brand Owner's credentials
twitter · String · Brand Owner's Twitter link
user_id · String · ID of Brand Owner
website · String · Brand Owner's website link

Used By

Definition

"""
Brand options that a client can customize
"""
type Brand {
"""
Brand Owner's about description
"""
about_description: String
"""
Brand Owner's bg color
"""
bg_color: String
"""
Brand Owner's brand email
"""
brand_email: String
"""
Name of provider's brand
"""
brand_name: String
"""
Owner of this brand
"""
brand_owner: User
"""
Whether or not brand owner has practice plus
"""
brand_owner_has_practice_plus: Boolean
"""
Whether or not brand owner has whitelabel
"""
brand_owner_has_whitelabel: Boolean
"""
Brand Owner's brand phone
"""
brand_phone: String
"""
Brand Owner's contact info
"""
contact_description: String
"""
Custom sign in path for provider with practice plus
"""
custom_sign_in_path: String
"""
Whether or not we should display the header text of a package embed
"""
display_embed_title: Boolean
"""
Brand Owner's display name
"""
display_name: String
"""
Whether or not we should display the package image on embed and sharing link pages
"""
display_package_image: Boolean
"""
Brand Owner's email background color
"""
email_background_color: String
"""
The primary color that will use to customize a customer's embed process
"""
embed_primary_color: String
"""
URL to a hosted stylesheet that will apply to Embeddable Layout
"""
embeddable_layout_css_url: String
"""
Brand Owner's Facebook link
"""
facebook: String
"""
Brand Owner's font color of choice
"""
font_color: String
"""
The brand's Universal GA ID
"""
ga_id: String
"""
The brand's Google Tag Manager ID
"""
gtm_id: String
"""
The unique identifier of the brand
"""
id: ID!
"""
Brand Owner's Instagram link
"""
instagram: String
"""
Custom HTML that replaces the content on the standard intake flow completed screen
"""
intake_completed_html: String
"""
Brand owner's logo
"""
logo: Upload
"""
Brand Owner's logo
"""
logo_file_name: String
"""
The URL to the logo
"""
logo_url: String
"""
URL to a hosted stylesheet that will apply to Main Layout
"""
main_layout_css_url: String
"""
Brand Owner's selected color
"""
selected_color: String
"""
Brand Owner's slogan
"""
slogan: String
"""
Brand Owner's tab accent color
"""
tab_accent_color: String
"""
theme_accent_primary
"""
theme_accent_primary: String
"""
theme_accent_primary_hover
"""
theme_accent_primary_hover: String
"""
theme_background_hover
"""
theme_background_hover: String
"""
theme_background_input
"""
theme_background_input: String
"""
theme_background_primary
"""
theme_background_primary: String
"""
theme_background_secondary
"""
theme_background_secondary: String
"""
theme_background_sidebar
"""
theme_background_sidebar: String
"""
theme_border_input
"""
theme_border_input: String
"""
theme_border_primary
"""
theme_border_primary: String
"""
theme_text_sidebar
"""
theme_text_sidebar: String
"""
theme_text_sidebar_active
"""
theme_text_sidebar_active: String
"""
theme_text_sidebar_tab_bar
"""
theme_text_sidebar_tab_bar: String
"""
Brand Owner's credentials
"""
titles: String
"""
Brand Owner's Twitter link
"""
twitter: String
"""
ID of Brand Owner
"""
user_id: String
"""
Brand Owner's website link
"""
website: String
}