ProfileUpdateInput
ToDo: Add ProfileData to input
input ProfileUpdateInput {
Asset: AssetUpdateManyThroughUpdatingOtherSubentity
classifications: ProfileCreateOrUpdateClassificationsInput
description: String
groupCode: ID
name: String
order: Float
ownerCode: ID
slug: String
status: Status
websiteUrl: String
buyerPartnerStatus: PartnerStatusType
sellerPartnerStatus: PartnerStatusType
buyerOnboardingStart: Date
buyerOnboardingEnd: Date
sellerOnboardingStart: Date
sellerOnboardingEnd: Date
buyerFirstBooking: Date
buyerLastBooking: Date
sellerFirstBooking: Date
sellerLastBooking: Date
sellerIntegrationType: [SellerIntegrationType!]
buyerIntegrationType: [BuyerIntegrationType!]
buyerTechPlatformOrgType: BuyerTechSolutionCompanyType
buyerTechBridge: String
sellerTechBridge: String
country: String
crmId: String
mainMarkets: [String!]
buyerOrgType: BuyerCompanyType
sellerOrgType: SellerCompanyType
sellerTechPlatformOrgType: SellerTechSolutionCompanyType
buyerCategoryPropertiesInput: BuyerCategoryPropertiesInput
sellerCategoryPropertiesInput: SellerCategoryPropertiesInput
isDemandBridge: Boolean
isSupplyBridge: Boolean
internalExtendedInfoInput: InternalExtendedInfoInput
buyerInsightsCountriesInput: [InsightsCountriesInput]
sellerInsightsCountriesInput: [InsightsCountriesInput]
buyerLifecycleStage: LifecycleStage
sellerLifecycleStage: LifecycleStage
buyerLifecycleStageReason: String
sellerLifecycleStageReason: String
}