Waiting for engine...
Skip to main content

partnerCompanyProfileUpdate

Update the company profile of a partner

The partnerCompanyProfile mutation accepts the following input: PartnerCompanyProfileInput It returns the following: PartnerCompanyProfile

An example of the request is as follows:

mutation {
partnerCompanyProfileUpdate(input: {
guid: ""
name: "",
website: "",
numOfEmployees: "",
address: "",
techFocusArea: "",
industryFocus: "",
programUseCase: ""
}){
guid
name
website
numOfEmployees
address
techFocusArea
industryFocus
programUseCase

}
}

partnerCompanyProfileUpdate(
input: PartnerCompanyProfileInput!
): PartnerCompanyProfile!

Arguments

partnerCompanyProfileUpdate.input ● PartnerCompanyProfileInput! non-null input partner-portal

Type

PartnerCompanyProfile object partner-portal

On this Page