Skip to main content

ProfileCreateInput

TODO: add ProfileData input

input ProfileCreateInput {
groupCode: ID
ownerCode: ID
Asset: AssetCreateManyAsSubEntityInput
classifications: ProfileCreateOrUpdateClassificationsInput
description: String
name: String
order: Float
slug: String
status: Status
websiteUrl: String
buyerPartnerStatus: PartnerStatusType
sellerPartnerStatus: PartnerStatusType
buyerOnboardingStart: Date
buyerOnboardingEnd: Date
sellerIntegrationType: [SellerIntegrationType!]
buyerIntegrationType: [BuyerIntegrationType!]
buyerOrgType: BuyerCompanyType
sellerOrgType: SellerCompanyType
buyerTechPlatformOrgType: BuyerTechSolutionCompanyType
sellerTechPlatformOrgType: SellerTechSolutionCompanyType
buyerTechBridge: String
sellerTechBridge: String
country: String
crmId: String!
mainMarkets: [String!]
buyerCategoryPropertiesInput: BuyerCategoryPropertiesInput
sellerCategoryPropertiesInput: SellerCategoryPropertiesInput
}

Fields

ProfileCreateInput.groupCode ● ID scalar

ProfileCreateInput.ownerCode ● ID scalar

ProfileCreateInput.Asset ● AssetCreateManyAsSubEntityInput input

ProfileCreateInput.classifications ● ProfileCreateOrUpdateClassificationsInput input

ProfileCreateInput.description ● String scalar

ProfileCreateInput.name ● String scalar

ProfileCreateInput.order ● Float scalar

ProfileCreateInput.slug ● String scalar

ProfileCreateInput.status ● Status enum

ProfileCreateInput.websiteUrl ● String scalar

ProfileCreateInput.buyerPartnerStatus ● PartnerStatusType enum

ProfileCreateInput.sellerPartnerStatus ● PartnerStatusType enum

ProfileCreateInput.buyerOnboardingStart ● Date scalar

ProfileCreateInput.buyerOnboardingEnd ● Date scalar

ProfileCreateInput.sellerIntegrationType ● [SellerIntegrationType!] list enum

ProfileCreateInput.buyerIntegrationType ● [BuyerIntegrationType!] list enum

ProfileCreateInput.buyerOrgType ● BuyerCompanyType enum

ProfileCreateInput.sellerOrgType ● SellerCompanyType enum

ProfileCreateInput.buyerTechPlatformOrgType ● BuyerTechSolutionCompanyType enum

ProfileCreateInput.sellerTechPlatformOrgType ● SellerTechSolutionCompanyType enum

ProfileCreateInput.buyerTechBridge ● String scalar

ProfileCreateInput.sellerTechBridge ● String scalar

ProfileCreateInput.country ● String scalar

ProfileCreateInput.crmId ● String! non-null scalar

ProfileCreateInput.mainMarkets ● [String!] list scalar

ProfileCreateInput.buyerCategoryPropertiesInput ● BuyerCategoryPropertiesInput input

ProfileCreateInput.sellerCategoryPropertiesInput ● SellerCategoryPropertiesInput input