Skip to content

BrandInfo

Info for authentication pages for either a dietitian or partner

Fields

image_url · String · Brand Owner's logo
name · String · Name of the partner
partner_brand · Brand · The brand associated with provider/partner
show_client_tab · Boolean · if false the client signup tab is not shown
show_provider_tab · Boolean · if false the client signup tab is not shown
sign_up_header · String · Header for the sign up page
sign_up_text · String · Header for the sign up page
signup_footer · String · Custom HTML to be placed at the bottom of signup
unique_code · String · Unique code of the brand or provider
uses_username · Boolean · Whether the partner's users can use a username to sign in (defaults to false)

Used By

Definition

"""
Info for authentication pages for either a dietitian or partner
"""
type BrandInfo {
"""
Brand Owner's logo
"""
image_url: String
"""
Name of the partner
"""
name: String
"""
The brand associated with provider/partner
"""
partner_brand: Brand
"""
if false the client signup tab is not shown
"""
show_client_tab: Boolean
"""
if false the client signup tab is not shown
"""
show_provider_tab: Boolean
"""
Header for the sign up page
"""
sign_up_header: String
"""
Header for the sign up page
"""
sign_up_text: String
"""
Custom HTML to be placed at the bottom of signup
"""
signup_footer: String
"""
Unique code of the brand or provider
"""
unique_code: String
"""
Whether the partner's users can use a username to sign in (defaults to false)
"""
uses_username: Boolean
}