AssumedBrand
Assumed brand information
Fields
branded_favicon_url
· String
· The favicon url for the brand branded_logo_url
· String
· The name of the brand 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
· bg_color theme_border_input
· String
· theme_border_input theme_border_primary
· String
· theme_border_primary theme_text_sidebar
· String
· font_color theme_text_sidebar_active
· String
· selected_color theme_text_sidebar_tab_bar
· String
· tab_accent_color Used By
Definition
"""Assumed brand information"""type AssumedBrand { """ The favicon url for the brand """ branded_favicon_url: String
""" The name of the brand """ branded_logo_url: String id: ID!
""" 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
""" bg_color """ theme_background_sidebar: String
""" theme_border_input """ theme_border_input: String
""" theme_border_primary """ theme_border_primary: String
""" font_color """ theme_text_sidebar: String
""" selected_color """ theme_text_sidebar_active: String
""" tab_accent_color """ theme_text_sidebar_tab_bar: String}