Waiting for engine...
Skip to main content

techPartnerProjectUpdate

Update the Project The techPartnerProjectUpdate mutation accepts the following input: TechPartnerProjectUpdateInput

An example of the request is as follows:

mutation {
techPartnerProjectUpdate(
id: "xyz-project-id"
name: "updated-name"
description: "updated description"
status: COMPLETED
)
}

An example of the response is as follows:


{
"data": {
"techPartnerProjectUpdate": {
id: "xyz-project-id"
name: "updated-name"
description: "updated description"
status: COMPLETED
}
}
}

techPartnerProjectUpdate(
input: TechPartnerProjectUpdateInput!
): TechPartnerProject

Arguments

techPartnerProjectUpdate.input ● TechPartnerProjectUpdateInput! non-null input partner-portal

Type

TechPartnerProject object partner-portal

On this Page