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


