OBJECT
BrandInfo
Info for authentication pages for either a dietitian or partner
link GraphQL Schema definition
- type BrandInfo {
- # Brand Owner's logo
- String :
- # Name of the partner
- String :
- # The brand associated with provider/partner
- Brand :
- # if false the client signup tab is not shown
- Boolean :
- # if false the client signup tab is not shown
- Boolean :
- # Header for the sign up page
- String :
- # Header for the sign up page
- String :
- # Custom HTML to be placed at the bottom of signup
- String :
- # Unique code of the brand or provider
- String :
- # When true, the partner's users can use a username to sign in (defaults to false)
- Boolean :
- }