OBJECT
Brand
Brand options that a client can customize
link GraphQL Schema definition
- type Brand {
- # Brand Owner's about description
- String :
- # Brand Owner's bg color
- String :
- # Brand Owner's brand email
- String :
- # Name of provider's brand
- String :
- # Owner of this brand
- User :
- # Whether or not brand owner has practice plus
- Boolean :
- # Whether or not brand owner has whitelabel
- Boolean :
- # Brand Owner's brand phone
- String :
- # Brand Owner's contact info
- String :
- # Custom sign in path for provider with practice plus
- String :
- # Whether or not we should display the header text of a package embed
- Boolean :
- # Brand Owner's display name
- String :
- # Whether or not we should display the package image on embed and sharing link
- # pages
- Boolean :
- # Brand Owner's email background color
- String :
- # The primary color that will use to customize a customer's embed process
- String :
- # URL to a hosted stylesheet that will apply to Embeddable Layout
- String :
- # Brand Owner's Facebook link
- String :
- # Brand Owner's font color of choice
- String :
- # The brand's Universal GA ID
- String :
- # The brand's Google Tag Manager ID
- String :
- # The unique identifier of the brand
- ID! :
- # Brand Owner's Instagram link
- String :
- # Custom HTML that replaces the content on the standard intake flow completed
- # screen
- String :
- # Brand owner's logo
- Upload :
- # Brand Owner's logo
- String :
- # The URL to the logo
- String :
- # URL to a hosted stylesheet that will apply to Main Layout
- String :
- # Brand Owner's selected color
- String :
- # Brand Owner's slogan
- String :
- # Brand Owner's tab accent color
- String :
- # Brand Owner's credentials
- String :
- # Brand Owner's Twitter link
- String :
- # ID of Brand Owner
- String :
- # Brand Owner's website link
- String :
- }