ProductAiProfile
No description
type ProductAiProfile {
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: [ProductAiIcp!]!
created_at: DateTime
updated_at: DateTime
}
Fields
ProductAiProfile.id ● ID! non-null scalar
ProductAiProfile.product_id ● Int! non-null scalar
ProductAiProfile.linkedin_url ● String scalar
ProductAiProfile.tagline ● String scalar
ProductAiProfile.company_description ● String scalar
ProductAiProfile.products_services ● String scalar
ProductAiProfile.value_propositions ● String scalar
ProductAiProfile.voice_descriptors ● [String!] list scalar
ProductAiProfile.formality ● String! non-null scalar
ProductAiProfile.vocabulary_to_use ● [String!] list scalar
ProductAiProfile.vocabulary_to_avoid ● [String!] list scalar
ProductAiProfile.emoji_policy ● String! non-null scalar
ProductAiProfile.voice_sample_urls ● [String!] list scalar
ProductAiProfile.additional_notes ● String scalar
ProductAiProfile.last_discovery_run_at ● DateTime scalar
ProductAiProfile.last_discovery_status ● String! non-null scalar
ProductAiProfile.last_discovery_error ● String scalar
ProductAiProfile.casing_preference ● String scalar
ProductAiProfile.date_format_in_names ● String scalar
ProductAiProfile.primary_organizational_axis ● String scalar
ProductAiProfile.common_abbreviations ● JSON scalar
ProductAiProfile.terms_to_avoid ● [String!] list scalar
ProductAiProfile.cold_start_starter_taxonomy_id ● String scalar
ProductAiProfile.icps ● [ProductAiIcp!]! non-null object
ProductAiProfile.created_at ● DateTime scalar
ProductAiProfile.updated_at ● DateTime scalar
Returned By
updateProductAiOrganizationPreferences mutation ● updateProductAiProfile mutation
Member Of
Product object


