Updates the actions associated with an uploaded candidate profile.
Arguments
| Name | Description |
|---|---|
UpdateUploadedCandidateProfileActions_CandidateProfileInput! | The details of the uploaded candidate profile to be updated. |
Result
UpdateUploadedCandidateProfileActionsPayload| Name | Description |
|---|---|
CandidateProfile! | The details of the uploaded candidate profile that was updated.The uploaded candidate is available in the candidate field. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: UpdateUploadedCandidateProfileActionsInput!) {
updateUploadedCandidateProfileActions(input: $input) {
candidateProfile {
executiveSummary
profileId {
value
}
}
}
}