ProfileData
No description
type ProfileData {
id: Int!
name: String!
owner: Organizations!
group: Group!
status: Status!
order: Float!
slug: String!
country: String
assets: [Asset!]
description: String
classifications: [ProfileClassification!]
websiteUrl: String
crmId: String
mainMarkets: [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!]
buyerOrgType: BuyerCompanyType
sellerOrgType: SellerCompanyType
buyerTechPlatformOrgType: BuyerTechSolutionCompanyType
sellerTechPlatformOrgType: SellerTechSolutionCompanyType
buyerTechBridge: String
sellerTechBridge: String
buyerCategory: String
sellerCategory: String
buyerSubCategory: String
sellerSubCategory: String
isDemandBridge: Boolean
isSupplyBridge: Boolean
internalExtendedInfo: InternalExtendedInfo
buyerInsightsCountries: [InsightsCountry]
sellerInsightsCountries: [InsightsCountry]
buyerLifecycleStage: LifecycleStage
sellerLifecycleStage: LifecycleStage
buyerLifecycleStageReason: String
sellerLifecycleStageReason: String
}
Fields
ProfileData.id
● Int!
non-null scalar
ProfileData.name
● String!
non-null scalar
ProfileData.owner
● Organizations!
non-null object
ProfileData.group
● Group!
non-null object
ProfileData.status
● Status!
non-null enum
ProfileData.order
● Float!
non-null scalar
ProfileData.slug
● String!
non-null scalar
ProfileData.country
● String
scalar
ProfileData.assets
● [Asset!]
list object
ProfileData.description
● String
scalar
ProfileData.classifications
● [ProfileClassification!]
list enum
ProfileData.websiteUrl
● String
scalar
ProfileData.crmId
● String
scalar
ProfileData.mainMarkets
● [String]
list scalar
ProfileData.buyerPartnerStatus
● PartnerStatusType
enum
ProfileData.sellerPartnerStatus
● PartnerStatusType
enum
ProfileData.buyerOnboardingStart
● Date
scalar
ProfileData.buyerOnboardingEnd
● Date
scalar
ProfileData.sellerOnboardingStart
● Date
scalar
ProfileData.sellerOnboardingEnd
● Date
scalar
ProfileData.buyerFirstBooking
● Date
scalar
ProfileData.buyerLastBooking
● Date
scalar
ProfileData.sellerFirstBooking
● Date
scalar
ProfileData.sellerLastBooking
● Date
scalar
ProfileData.sellerIntegrationType
● [SellerIntegrationType!]
list enum
ProfileData.buyerIntegrationType
● [BuyerIntegrationType!]
list enum
ProfileData.buyerOrgType
● BuyerCompanyType
enum
ProfileData.sellerOrgType
● SellerCompanyType
enum
ProfileData.buyerTechPlatformOrgType
● BuyerTechSolutionCompanyType
enum
ProfileData.sellerTechPlatformOrgType
● SellerTechSolutionCompanyType
enum
ProfileData.buyerTechBridge
● String
scalar
ProfileData.sellerTechBridge
● String
scalar
ProfileData.buyerCategory
● String
scalar
ProfileData.sellerCategory
● String
scalar
ProfileData.buyerSubCategory
● String
scalar
ProfileData.sellerSubCategory
● String
scalar
ProfileData.isDemandBridge
● Boolean
scalar
ProfileData.isSupplyBridge
● Boolean
scalar
ProfileData.internalExtendedInfo
● InternalExtendedInfo
object
ProfileData.buyerInsightsCountries
● [InsightsCountry]
list object
ProfileData.sellerInsightsCountries
● [InsightsCountry]
list object
ProfileData.buyerLifecycleStage
● LifecycleStage
enum
ProfileData.sellerLifecycleStage
● LifecycleStage
enum
ProfileData.buyerLifecycleStageReason
● String
scalar
ProfileData.sellerLifecycleStageReason
● String
scalar
Member Of
ProfileV2
object