BrandProfile
No description
type BrandProfile {
id: ID!
product_id: Int!
linkedin_url: String
tagline: String
company_description: String
products_services: String
value_propositions: String
voice_descriptors: [String!]
formality: String!
vocabulary_to_use: [String!]
vocabulary_to_avoid: [String!]
emoji_policy: String!
voice_sample_urls: [String!]
additional_notes: String
last_discovery_run_at: DateTime
last_discovery_status: String!
last_discovery_error: String
casing_preference: String
date_format_in_names: String
primary_organizational_axis: String
common_abbreviations: JSON
terms_to_avoid: [String!]
cold_start_starter_taxonomy_id: String
icps: [Icp!]!
created_at: DateTime
updated_at: DateTime
}
Fields
BrandProfile.id ● ID! non-null scalar
BrandProfile.product_id ● Int! non-null scalar
BrandProfile.linkedin_url ● String scalar
BrandProfile.tagline ● String scalar
BrandProfile.company_description ● String scalar
BrandProfile.products_services ● String scalar
BrandProfile.value_propositions ● String scalar
BrandProfile.voice_descriptors ● [String!] list scalar
BrandProfile.formality ● String! non-null scalar
BrandProfile.vocabulary_to_use ● [String!] list scalar
BrandProfile.vocabulary_to_avoid ● [String!] list scalar
BrandProfile.emoji_policy ● String! non-null scalar
BrandProfile.voice_sample_urls ● [String!] list scalar
BrandProfile.additional_notes ● String scalar
BrandProfile.last_discovery_run_at ● DateTime scalar
BrandProfile.last_discovery_status ● String! non-null scalar
BrandProfile.last_discovery_error ● String scalar
BrandProfile.casing_preference ● String scalar
BrandProfile.date_format_in_names ● String scalar
BrandProfile.primary_organizational_axis ● String scalar
BrandProfile.common_abbreviations ● JSON scalar
BrandProfile.terms_to_avoid ● [String!] list scalar
BrandProfile.cold_start_starter_taxonomy_id ● String scalar
BrandProfile.icps ● [Icp!]! non-null object
BrandProfile.created_at ● DateTime scalar
BrandProfile.updated_at ● DateTime scalar
Returned By
updateBrandProfileOrganizationPreferences mutation ● updateBrandProfile mutation
Member Of
Product object


