OBJECT

Brand

Brand options that a client can customize

link GraphQL Schema definition

  • 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
  • # 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
  • }