PartnerCompanyProfile
No description
type PartnerCompanyProfile {
guid: ID!
name: String!
website: String
numOfEmployees: String
address: String
techFocusArea: String
industryFocus: String
programUseCase: String
}
Fields
PartnerCompanyProfile.guid ● ID! non-null scalar miscellaneous
guid
PartnerCompanyProfile.name ● String! non-null scalar miscellaneous
Company Name.
PartnerCompanyProfile.website ● String scalar miscellaneous
Company's website.
PartnerCompanyProfile.numOfEmployees ● String scalar miscellaneous
Number of Employees.
PartnerCompanyProfile.address ● String scalar miscellaneous
Company Address.
PartnerCompanyProfile.techFocusArea ● String scalar miscellaneous
Company Name.
PartnerCompanyProfile.industryFocus ● String scalar miscellaneous
Vertical Industry Focus
PartnerCompanyProfile.programUseCase ● String scalar miscellaneous
Program Use case
Returned By
partnerCompanyProfileUpdate mutation
Member Of
Portal object
Was this topic helpful?