Icp
No description
type Icp {
id: ID!
brand_profile_id: ID!
product_id: Int!
position: Int!
name: String!
description: String
industries: [String!]
company_sizes: [String!]
geographies: [String!]
buyer_personas: [String!]
pain_points: String
goals_outcomes: String
created_at: DateTime
updated_at: DateTime
}
Fields
Icp.id ● ID! non-null scalar
Icp.product_ai_profile_id ● ID! non-null scalar
Icp.product_id ● Int! non-null scalar
Icp.position ● Int! non-null scalar
Icp.name ● String! non-null scalar
Icp.description ● String scalar
Icp.industries ● [String!] list scalar
Icp.company_sizes ● [String!] list scalar
Icp.geographies ● [String!] list scalar
Icp.buyer_personas ● [String!] list scalar
Icp.pain_points ● String scalar
Icp.goals_outcomes ● String scalar
Icp.created_at ● DateTime scalar
Icp.updated_at ● DateTime scalar
Returned By
createIcp mutation ● deleteIcp mutation ● reorderIcps mutation ● updateIcp mutation
Member Of
BrandProfile object


